TechRacer: Remove script parameter “helpDisabled”
Pointless since you can quickly toggle help anyway, so supporting
this script param only clutters the documentation.
file(GLOB luafiles *.lua)
file(GLOB cfgfiles *.cfg)
file(GLOB hwpfiles *.hwp)
install(FILES
${luafiles}
${cfgfiles}
${hwpfiles}
DESTINATION ${SHAREPATH}Data/Scripts/Multiplayer)