Skip to content

Commit

Permalink
#11 fixed incorrect var name
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyDorito committed Feb 22, 2021
1 parent b307818 commit 2f944fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DayZServerStart.bat
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ IF %USE_DZSAL_MODSERVER% ==true (
START %S_NAME% /MIN %EXE_DZSAL% %DZSAL_PARAMETERS%
)

IF %TIMEOUT%=0 (
IF %RESTART_TIMEOUT%=0 (
GOTO RESTART_SKIP
)
TIMEOUT %RESTART_TIMEOUT%
Expand Down

0 comments on commit 2f944fd

Please sign in to comment.