diff --git a/OpenRA.Mods.TS/Effects/AnimatedBeacon.cs b/OpenRA.Mods.TS/Effects/AnimatedBeacon.cs index 2a370c796e..7cc8e8e830 100644 --- a/OpenRA.Mods.TS/Effects/AnimatedBeacon.cs +++ b/OpenRA.Mods.TS/Effects/AnimatedBeacon.cs @@ -44,9 +44,6 @@ namespace OpenRA.Mods.TS.Effects beacon = new Animation(owner.World, beaconImage); beacon.PlayRepeating(beaconSequence); } - - if (duration > 0) - owner.World.Add(new DelayedAction(duration, () => owner.World.Remove(this))); } void IEffect.Tick(World world)