Skip to content

Commit 927c351

Browse files
committed
fixed issues from feedback
1 parent dc1e41c commit 927c351

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DayZServerStart.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ IF %LOOPS% NEQ 0 (
187187

188188
:: Start the DayZ Server
189189
CD /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%
191191
ECHO MESSAGE: To stop the server, close %~nx0 then the other tasks, otherwise it will restart
192192
:: Start BEC if true
193193
IF %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
)
207207
TIMEOUT %RESTART_TIMEOUT%

0 commit comments

Comments
 (0)