Преглед на файлове

Removed tickrate note used

Daniel Gibbs преди 9 години
родител
ревизия
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 ####