Don't close the console window when OpenRA closes

This commit is contained in:
abcdefg30
2017-05-11 13:49:55 +02:00
committed by reaperrr
parent 61659d0d32
commit ac4fef6630

View File

@@ -24,7 +24,7 @@ OpenRA.Game.exe %*
:end
if %errorlevel% neq 0 goto crashdialog
exit
exit /b
:crashdialog
echo ----------------------------------------
echo OpenRA has encountered a fatal error.