remove duplicated Tick
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user