make that a real movement type

This commit is contained in:
Chris Forbes
2010-01-19 07:23:06 +13:00
parent faf28a90ae
commit 5bc826e916
3 changed files with 9 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ namespace OpenRa.Orders
}
}
}
catch (IOException e)
catch (IOException)
{
State = ConnectionState.NotConnected;
}