Fix the crash dialog always being shown on windows

This commit is contained in:
abcdefg30 2017-07-19 10:27:22 +02:00 committed by Paul Chote
parent 817bffb423
commit 8eb6a6803b

View File

@ -17,7 +17,7 @@ OpenRA.Game.exe Game.Mod=%MOD_ID% Engine.LaunchPath="%TEMPLATE_LAUNCHER%" "Engin
set ERROR=%errorlevel%
cd %TEMPLATE_DIR%
if ERROR neq 0 goto crashdialog
if %ERROR% neq 0 goto crashdialog
exit /b
:noengine