foo
This commit is contained in:
@@ -72,9 +72,7 @@ namespace OpenRa.Game.Traits
|
||||
public Order Order( Actor self, int2 xy, bool lmb, Actor underCursor )
|
||||
{
|
||||
if( lmb || underCursor == null ) return null;
|
||||
|
||||
if( underCursor.Owner == self.Owner ) return null;
|
||||
|
||||
return OpenRa.Game.Order.Attack( self, underCursor );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user