From b16b18f004165c49d9e5bbc70d501ffd771b6eb7 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Fri, 28 Oct 2016 19:11:26 +0200 Subject: [PATCH] Workshop comes after server start settings --- GarrysMod/gmodserver | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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