fixes crash in netplay when the subject is killed.

This commit is contained in:
Chris Forbes
2009-12-18 07:58:37 +13:00
parent ac2b666366
commit 2d951c931d
2 changed files with 18 additions and 17 deletions

View File

@@ -10,12 +10,6 @@ namespace OpenRa.Game
{
public static void ProcessOrder( Order order )
{
if (!order.Validate())
{
/* todo: log this if we care */
return;
}
switch( order.OrderString )
{
case "Move":