remove duplicated Tick

This commit is contained in:
Chris Forbes
2011-08-21 21:40:02 +12:00
parent fe40fbf7f7
commit be7c4193a4

View File

@@ -71,12 +71,6 @@ namespace OpenRA.Mods.RA
return true; return true;
} }
public override void Tick(Actor self)
{
base.Tick(self);
DoAttack( self, target );
}
public void TickIdle(Actor self) public void TickIdle(Actor self)
{ {
if (State == PopupState.Open && IdleTicks++ > Info.CloseDelay) if (State == PopupState.Open && IdleTicks++ > Info.CloseDelay)