chore(Core/Debug): Rename MoveFar:spline-active to MoveFar:spline-plan

This commit is contained in:
bash 2026-05-08 22:34:37 +02:00
parent e892d10eaa
commit 9d2416a40a

View File

@ -74,7 +74,7 @@ bool NewRpgBaseAction::MoveFarTo(WorldPosition dest)
float remaining = bot->GetExactDist(lastMove.lastMoveToX, lastMove.lastMoveToY, lastMove.lastMoveToZ);
if (remaining > 10.0f)
{
EmitDebugMove("MoveFar", "spline-active",
EmitDebugMove("MoveFar", "spline-plan",
lastMove.lastMoveToX, lastMove.lastMoveToY, lastMove.lastMoveToZ);
return true;
}