Ver Fonte

Merge pull request #139 from Scarsz/patch-5

Didn't notice missing symbol somehow
Daniel Gibbs há 11 anos atrás
pai
commit
b52b73bde6
1 ficheiros alterados com 1 adições e 1 exclusões
  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
 # https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
 fn_parms(){
 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 ####
 #### Advanced Variables ####