fix stupid crash
This commit is contained in:
@@ -58,10 +58,8 @@ namespace OpenRA.Mods.Cnc
|
|||||||
|
|
||||||
a.CancelActivity();
|
a.CancelActivity();
|
||||||
a.QueueActivity(new Fly(order.TargetLocation));
|
a.QueueActivity(new Fly(order.TargetLocation));
|
||||||
self.QueueActivity(new FlyOffMap { Interruptible = false });
|
a.QueueActivity(new FlyOffMap { Interruptible = false });
|
||||||
self.QueueActivity(new RemoveSelf());
|
a.QueueActivity(new RemoveSelf());
|
||||||
|
|
||||||
// todo: napalm
|
|
||||||
});
|
});
|
||||||
|
|
||||||
Game.controller.CancelInputMode();
|
Game.controller.CancelInputMode();
|
||||||
|
|||||||
Reference in New Issue
Block a user