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

disable optimise-random-tick by default

This commit is contained in:
hayanesuru
2025-06-08 13:26:11 +09:00
parent 2e822d3714
commit 20cc10e45f

View File

@@ -11,7 +11,7 @@ public class OptimizeRandomTick extends ConfigModules {
}
@Experimental
public static boolean enabled = true;
public static boolean enabled = false;
@Override
public void onLoaded() {