Fix ProductionAirdrop aircraft removal timing
...when leaving map before finishing TakeOff.
This commit is contained in:
@@ -83,7 +83,7 @@ namespace OpenRA.Mods.Cnc.Traits
|
||||
Game.Sound.PlayNotification(self.World.Map.Rules, self.Owner, "Speech", info.ReadyAudio, self.Owner.Faction.InternalName);
|
||||
}));
|
||||
|
||||
actor.QueueActivity(new Fly(actor, Target.FromCell(w, endPos)));
|
||||
actor.QueueActivity(new FlyOffMap(actor, Target.FromCell(w, endPos)));
|
||||
actor.QueueActivity(new RemoveSelf());
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user