Fix serialization of custom exceptions.
This commit is contained in:
@@ -125,6 +125,7 @@ namespace OpenRA.Mods.Common.Commands
|
||||
world.IssueOrder(new Order(command, world.LocalPlayer.PlayerActor, false));
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
class DevException : Exception { }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user