Skip to content

Commit

Permalink
Added missing string type casting
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyDorito authored Feb 24, 2021
1 parent ca64106 commit 5c3f7ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DayZServerStart.bat
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,13 @@ ECHO MESSAGE: To stop the server, close %~nx0 then the other tasks, otherwise it
:: Start BEC if true
IF %USE_BEC% ==true (
ECHO MESSAGE: Starting BEC
START %S_NAME% /MIN %EXE_DZSAL% %DZSAL_PARAMETERS%
START "%S_NAME%" /MIN %EXE_DZSAL% %DZSAL_PARAMETERS%
TIMEOUT 10
)
:: Start DZSAL Mod Server if true
IF %USE_DZSAL_MODSERVER% ==true (
ECHO MESSAGE: Starting Mod Server
START %S_NAME% /MIN %EXE_DZSAL% %DZSAL_PARAMETERS%
START "%S_NAME%" /MIN %EXE_DZSAL% %DZSAL_PARAMETERS%
)

IF %RESTART_TIMEOUT%=0 (
Expand Down

0 comments on commit 5c3f7ba

Please sign in to comment.