From 09db4a0e259844018c321b17b698e697e173b491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Tue, 15 Dec 2020 20:38:02 +0100 Subject: [PATCH] Enable debug mode by default. --- launch-game.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch-game.sh b/launch-game.sh index 5b267f9c52..2ef5a5875b 100755 --- a/launch-game.sh +++ b/launch-game.sh @@ -25,7 +25,7 @@ then fi # Launch the engine with the appropriate arguments -mono bin/OpenRA.exe Engine.EngineDir=".." Engine.LaunchPath="$MODLAUNCHER" $MODARG "$@" +mono --debug bin/OpenRA.exe Engine.EngineDir=".." Engine.LaunchPath="$MODLAUNCHER" $MODARG "$@" # Show a crash dialog if something went wrong if [ $? != 0 ] && [ $? != 1 ]; then