Core/Movement: include missing condition

(cherry picked from commit 55cc4a093f5123d0b9afd1e98e26d16cc80e2b62)
This commit is contained in:
ccrs
2026-06-29 15:02:37 +02:00
committed by Shauren
parent 613c40f94f
commit 9c0b373804
+1 -1
View File
@@ -1300,7 +1300,7 @@ void MotionMaster::DirectAdd(MovementGenerator* movement, MovementSlot slot/* =
{
if (movement->Mode > currentTopMovement->Mode)
currentTopMovement->Deactivate(_owner);
else
else if (movement->Mode == currentTopMovement->Mode)
Remove(itr, true, false);
}
else