Remove Resupply re-queueing hack from Aircraft
By preventing that other traits can remotely cancel Resupply or ReturnToBase.
This commit is contained in:
@@ -804,6 +804,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
self.QueueActivity(order.Queued, WrapMove(new Move(self, cell, WDist.FromCells(8), null, true)));
|
||||
}
|
||||
|
||||
// TODO: This should only cancel activities queued by this trait
|
||||
if (order.OrderString == "Stop")
|
||||
self.CancelActivity();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user