Daniel Gibbs 9 лет назад
Родитель
Сommit
cc0b1d3c7a
1 измененных файлов с 1 добавлено и 1 удалено
  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 ####