9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-19 15:09:25 +00:00

Update async pathfinding

This commit is contained in:
Dreeam
2023-07-30 11:10:33 +08:00
parent 865911304e
commit 6d4f677f73
2 changed files with 619 additions and 451 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -430,12 +430,12 @@ index b77a84a5ab85839e37aee24da0f4356be3f478e2..75b53f1f237472f55d883a22cc8289c4
}
diff --git a/src/main/java/org/dreeam/leaf/LeafConfig.java b/src/main/java/org/dreeam/leaf/LeafConfig.java
index b8a56e79e2526bdb137c20c083cb0843d80f39ef..2aea6580eaa3702a2eead379e7d2e21879543c3b 100644
index 337013a11189328b9ef8e12dcc641ff828ca33d1..5b32754fe9fa7898703801ab8076683e58765173 100644
--- a/src/main/java/org/dreeam/leaf/LeafConfig.java
+++ b/src/main/java/org/dreeam/leaf/LeafConfig.java
@@ -199,6 +199,8 @@ public class LeafConfig {
public static boolean useSpigotItemMergingMechanism = true;
public static boolean enableAsyncPathfinding;
public static boolean enableAsyncPathfinding = true;
public static boolean enableAsyncPathfindingInitialized;
+ public static boolean enableAsyncEntityTracker;
+ public static boolean enableAsyncEntityTrackerInitialized;