diff --git a/OpenRA.Mods.Cnc/AirstrikePower.cs b/OpenRA.Mods.Cnc/AirstrikePower.cs index 22b6a84ca3..8710c35d25 100644 --- a/OpenRA.Mods.Cnc/AirstrikePower.cs +++ b/OpenRA.Mods.Cnc/AirstrikePower.cs @@ -58,10 +58,8 @@ namespace OpenRA.Mods.Cnc a.CancelActivity(); a.QueueActivity(new Fly(order.TargetLocation)); - self.QueueActivity(new FlyOffMap { Interruptible = false }); - self.QueueActivity(new RemoveSelf()); - - // todo: napalm + a.QueueActivity(new FlyOffMap { Interruptible = false }); + a.QueueActivity(new RemoveSelf()); }); Game.controller.CancelInputMode();