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 2bc9702f3b
commit caa8459216

View File

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