Преглед изворни кода

Merge pull request #139 from Scarsz/patch-5

Didn't notice missing symbol somehow
Daniel Gibbs пре 11 година
родитељ
комит
b52b73bde6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      GarrysMod/gmodserver

+ 1 - 1
GarrysMod/gmodserver

@@ -31,7 +31,7 @@ ip="0.0.0.0"
 
 # https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
 fn_parms(){
-parms="-game garrysmod -strictportbind -ip ${ip} -port ${port} +host_workshop_collection ${workshopcollectionid} -authkey {workshopauth} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}"
+parms="-game garrysmod -strictportbind -ip ${ip} -port ${port} +host_workshop_collection ${workshopcollectionid} -authkey ${workshopauth} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}"
 }
 
 #### Advanced Variables ####