File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ IF %LOOPS% NEQ 0 (
187187
188188:: Start the DayZ Server
189189CD /D %EXE_PATH%
190- START " %S_NAME% " /MIN /D %EXE_PATH% %EXE% -profile =%PROFILE% -config=%CONFIG% -port=%PORT% -cpuCount=%CPU_CORES% -limitFPS=%SERVER_FPS_LIMIT% %MODLIST% %SERVERMODLIST% %ADDITIONAL_PARAMETERS%
190+ START " %S_NAME% " /MIN /D %EXE_PATH% %EXE% -profiles =%PROFILE% -config=%CONFIG% -port=%PORT% -cpuCount=%CPU_CORES% -limitFPS=%SERVER_FPS_LIMIT% %MODLIST% %SERVERMODLIST% %ADDITIONAL_PARAMETERS%
191191ECHO MESSAGE: To stop the server, close %~nx0 then the other tasks, otherwise it will restart
192192:: Start BEC if true
193193IF %USE_BEC% == true (
@@ -201,7 +201,7 @@ IF %USE_DZSAL_MODSERVER% ==true (
201201 START " %S_NAME% " /MIN %EXE_DZSAL% %DZSAL_PARAMETERS%
202202)
203203
204- IF %RESTART_TIMEOUT% =0 (
204+ IF %RESTART_TIMEOUT% = =0 (
205205 GOTO RESTART_SKIP
206206)
207207TIMEOUT %RESTART_TIMEOUT%
You can’t perform that action at this time.
0 commit comments