Reset recalculating flag on clear

This commit is contained in:
Brady
2023-06-19 15:15:29 -05:00
parent 8d3b0c8f07
commit 7d17ace15d

View File

@@ -182,6 +182,7 @@ public final class ElytraBehavior extends Behavior implements IElytraBehavior, H
this.path = Collections.emptyList();
this.playerNear = 0;
this.completePath = true;
this.recalculating = false;
this.destination = null;
}