put back in --just-die

This commit is contained in:
alzeih
2010-07-20 21:38:21 +12:00
parent 0d671ae407
commit b8a335a88f

View File

@@ -24,7 +24,7 @@ namespace OpenRA
// brutal hack
Application.CurrentCulture = CultureInfo.InvariantCulture;
if (Debugger.IsAttached)
if (Debugger.IsAttached || args.Contains("--just-die"))
{
Run(args);
return;