Don't close the console window when OpenRA closes
This commit is contained in:
@@ -24,7 +24,7 @@ OpenRA.Game.exe %*
|
|||||||
|
|
||||||
:end
|
:end
|
||||||
if %errorlevel% neq 0 goto crashdialog
|
if %errorlevel% neq 0 goto crashdialog
|
||||||
exit
|
exit /b
|
||||||
:crashdialog
|
:crashdialog
|
||||||
echo ----------------------------------------
|
echo ----------------------------------------
|
||||||
echo OpenRA has encountered a fatal error.
|
echo OpenRA has encountered a fatal error.
|
||||||
|
|||||||
Reference in New Issue
Block a user