End the mission when a script error occurs.

This commit is contained in:
Paul Chote
2014-10-18 12:37:28 +13:00
parent d79ecb432a
commit 79492a3240
11 changed files with 76 additions and 2 deletions

View File

@@ -50,5 +50,7 @@ namespace OpenRA.Mods.RA.Scripting
if (context != null)
context.Dispose();
}
public bool FatalErrorOccurred { get { return context.FatalErrorOccurred; } }
}
}