Enable debug mode by default.

This commit is contained in:
Matthias Mailänder
2020-12-15 20:38:02 +01:00
committed by abcdefg30
parent a85da9d86c
commit 09db4a0e25

View File

@@ -25,7 +25,7 @@ then
fi fi
# Launch the engine with the appropriate arguments # 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 # Show a crash dialog if something went wrong
if [ $? != 0 ] && [ $? != 1 ]; then if [ $? != 0 ] && [ $? != 1 ]; then