Ver Fonte

fixed workshop variables being incorrect

Daniel Gibbs há 12 anos atrás
pai
commit
13ff52ca64
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      CounterStrikeGlobalOffensive/csgoserver

+ 2 - 2
CounterStrikeGlobalOffensive/csgoserver

@@ -43,8 +43,8 @@ ip="0.0.0.0"
 
 # https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
 fn_parms(){
-parms="-game csgo -usercon -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} -tickrate ${tickrate} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers_override ${maxplayers} +mapgroup ${mapgroup} +game_mode ${gamemode} +game_type ${gametype} +host_workshop_collection ${ws_collection_id} +workshop_start_map ${ws_start_map} -authkey ${authkey}"
-}
+parms="-game csgo -usercon -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} -tickrate ${tickrate} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers_override ${maxplayers} +mapgroup ${mapgroup} +game_mode ${gamemode} +game_type ${gametype} +host_workshop_collection ${whcollectionid} +workshop_start_map ${whstartmap} -authkey ${authkey}"
+
 
 #### Advanced Variables ####