diff --git a/OpenRA.Mods.Common/Activities/Move/MoveAdjacentTo.cs b/OpenRA.Mods.Common/Activities/Move/MoveAdjacentTo.cs index 82e387893c..24b3d46487 100644 --- a/OpenRA.Mods.Common/Activities/Move/MoveAdjacentTo.cs +++ b/OpenRA.Mods.Common/Activities/Move/MoveAdjacentTo.cs @@ -91,7 +91,7 @@ namespace OpenRA.Mods.Common.Activities // Cancel the current path if the activity asks to stop. if (ShouldStop(self) || noTarget) - Cancel(self); + Cancel(self, true); else if (!IsCanceling && targetIsValid && ShouldRepath(self, oldTargetLocation)) { // Target has moved, but is still valid.