Fix a pile of compile warnings and debug log spam. Fix <playername> (Dead) in chat

This commit is contained in:
Paul Chote
2010-10-14 19:39:37 +13:00
parent 28f79533eb
commit 9c944924de
11 changed files with 9 additions and 31 deletions

View File

@@ -34,11 +34,9 @@ namespace OpenRA.Mods.RA.Orders
world.CancelInputMode();
var ret = InnerOrder( world, xy, mi ).ToList();
foreach( var order in ret )
{
if (ret.Count > 0)
world.CancelInputMode();
break;
}
return ret;
}