Browse Source

added usercon variable to the parms

Daniel Gibbs 12 years ago
parent
commit
3b41a9dd89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CounterStrikeGlobalOffensive/csgoserver

+ 1 - 1
CounterStrikeGlobalOffensive/csgoserver

@@ -20,7 +20,7 @@ clientport="27005"
 maxplayers="16"
 ip="0.0.0.0"
 # https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
-parms="-game csgo +map ${defaultmap} -strictportbind -ip ${ip} -port ${port} +tv_port ${sourcetvport} +clientport ${clientport} -maxplayers ${maxplayers}"
+parms="-game csgo -usercon +map ${defaultmap} -strictportbind -ip ${ip} -port ${port} +tv_port ${sourcetvport} +clientport ${clientport} -maxplayers ${maxplayers}"
 
 #### Advanced Variables ####