Fix the crash dialog always being shown on windows
This commit is contained in:
parent
817bffb423
commit
8eb6a6803b
@ -17,7 +17,7 @@ OpenRA.Game.exe Game.Mod=%MOD_ID% Engine.LaunchPath="%TEMPLATE_LAUNCHER%" "Engin
|
|||||||
set ERROR=%errorlevel%
|
set ERROR=%errorlevel%
|
||||||
cd %TEMPLATE_DIR%
|
cd %TEMPLATE_DIR%
|
||||||
|
|
||||||
if ERROR neq 0 goto crashdialog
|
if %ERROR% neq 0 goto crashdialog
|
||||||
exit /b
|
exit /b
|
||||||
|
|
||||||
:noengine
|
:noengine
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user