Engineer repair activity can be queued

This commit is contained in:
Forcecore
2017-06-14 09:18:19 -05:00
committed by Paul Chote
parent 568d7efdb1
commit 07a2ee5eab

View File

@@ -97,7 +97,6 @@ namespace OpenRA.Mods.Common.Traits
self.SetTargetLine(Target.FromOrder(self.World, order), Color.Yellow);
self.CancelActivity();
self.QueueActivity(new RepairBridge(self, order.TargetActor, info.EnterBehaviour, info.RepairNotification));
}
}