From ac4fef6630d2c14704aa82ddcc1a99333295c52b Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Thu, 11 May 2017 13:49:55 +0200 Subject: [PATCH] Don't close the console window when OpenRA closes --- launch-game.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch-game.cmd b/launch-game.cmd index 01a7bad416..8b0bcc5c9a 100644 --- a/launch-game.cmd +++ b/launch-game.cmd @@ -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.