Fix a pile of compile warnings and debug log spam. Fix <playername> (Dead) in chat
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user