Explorar el Código

Removed tickrate note used

Daniel Gibbs hace 9 años
padre
commit
cc0b1d3c7a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Left4Dead/l4dserver

+ 1 - 1
Left4Dead/l4dserver

@@ -40,7 +40,7 @@ updateonstart="off"
 
 # https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
 fn_parms(){
-parms="-game left4dead -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} -tickrate ${tickrate} +map ${defaultmap} -maxplayers ${maxplayers}"
+parms="-game left4dead -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +map ${defaultmap} -maxplayers ${maxplayers}"
 }
 
 #### Advanced Variables ####