Fix server crashing when server order fails to deserialise.

This commit is contained in:
alzeih
2010-06-18 16:03:24 +12:00
parent d6c83eddbd
commit 981a6b65a7

View File

@@ -223,6 +223,7 @@ namespace OpenRA.Server
}
}
catch (EndOfStreamException) { }
catch (NotImplementedException) { }
}
static bool InterpretCommand(Connection conn, string cmd)