macro pathing potential fix

This commit is contained in:
austin 2025-05-31 14:19:32 -04:00
parent 2cfd1536ee
commit f0d5bf7b80
2 changed files with 2 additions and 0 deletions

View File

@ -2092,6 +2092,7 @@ Fix draw cell manager test
(05/31/2025)
Error logging in entity-character assignment
Potential fix for macro pathing continuous loop

View File

@ -57,6 +57,7 @@ public class MacroPathingService extends SignalServiceImpl {
try {
List<Vector3d> points = this.findPath(realm.getMacroData(), start, end);
rVal.setPoints(points);
rVal.setGoal(points.getLast());
rVal.setReady(true);
} catch(Throwable e){
e.printStackTrace();