This commit is contained in:
Bob
2009-10-26 23:57:30 +13:00
parent 5ebf64f803
commit 98bcfe3bce

View File

@@ -53,7 +53,7 @@ namespace OpenRa.Game.Traits
public Order Order( Actor self, int2 xy, bool lmb, Actor underCursor )
{
if( !lmb || underCursor == null ) return null;
if( lmb || underCursor == null ) return null;
if( underCursor.Owner == self.Owner ) return null;