diff --git a/GarrysMod/gmodserver b/GarrysMod/gmodserver index 50622d1c6..08793a471 100644 --- a/GarrysMod/gmodserver +++ b/GarrysMod/gmodserver @@ -22,10 +22,6 @@ version="161026" #### Server Settings #### -## Workshop Parameters | http://wiki.garrysmod.com/page/Workshop_for_Dedicated_Servers -workshopauth="" -workshopcollectionid="" - ## Server Start Settings | https://github.com/GameServerManagers/LinuxGSM/wiki/Start-Parameters defaultmap="gm_construct" gamemode="sandbox" @@ -36,6 +32,10 @@ clientport="27005" tickrate="66" ip="0.0.0.0" +## Workshop Parameters | http://wiki.garrysmod.com/page/Workshop_for_Dedicated_Servers +workshopauth="" +workshopcollectionid="" + ## Custom Start Parameters # Default +r_hunkalloclightmaps 0, fixes a start issue on maps with many lights customparms="+r_hunkalloclightmaps 0" @@ -212,4 +212,4 @@ fi core_dl.sh core_functions.sh getopt=$1 -core_getopt.sh \ No newline at end of file +core_getopt.sh