Fix units being picked up when they no longer want it
This commit is contained in:
@@ -115,6 +115,9 @@ namespace OpenRA.Mods.Common.Activities
|
||||
}
|
||||
else
|
||||
{
|
||||
foreach (var ndcm in notifyDockClientMoving)
|
||||
ndcm.MovementCancelled(self);
|
||||
|
||||
// The dock explicitly chosen by the user is currently occupied. Wait and check again.
|
||||
QueueChild(new Wait(dockClient.Info.SearchForDockDelay));
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user