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:
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user