Skip to content

Commit 3b5661b

Browse files
committed
Update enablePathFindingOptimizations config comment
1 parent 43a5912 commit 3b5661b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/fr/iamacat/optimizationsandtweaks/config/OptimizationsandTweaksConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ public class OptimizationsandTweaksConfig {
10101010
@Config.RequiresWorldRestart
10111011
public static boolean enableMixinEntityPlayer;
10121012

1013-
@Config.Comment("Enable Rust-powered pathfinding optimization for PathFinder (significant performance improvement)")
1013+
@Config.Comment("Enable Rust-powered pathfinding optimization for PathFinder (significant performance improvement) (async)")
10141014
@Config.DefaultBoolean(true)
10151015
@Config.RequiresWorldRestart
10161016
public static boolean enablePathFindingOptimizations;

0 commit comments

Comments
 (0)