Fix server crashing when server order fails to deserialise.
This commit is contained in:
@@ -223,6 +223,7 @@ namespace OpenRA.Server
|
||||
}
|
||||
}
|
||||
catch (EndOfStreamException) { }
|
||||
catch (NotImplementedException) { }
|
||||
}
|
||||
|
||||
static bool InterpretCommand(Connection conn, string cmd)
|
||||
|
||||
Reference in New Issue
Block a user