Fix a pile of compile warnings and debug log spam. Fix <playername> (Dead) in chat
This commit is contained in:
@@ -119,11 +119,8 @@ namespace OpenRA.Mods.RA
|
||||
world.CancelInputMode();
|
||||
|
||||
var ret = OrderInner( 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