End the mission when a script error occurs.
This commit is contained in:
@@ -50,5 +50,7 @@ namespace OpenRA.Mods.RA.Scripting
|
||||
if (context != null)
|
||||
context.Dispose();
|
||||
}
|
||||
|
||||
public bool FatalErrorOccurred { get { return context.FatalErrorOccurred; } }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user