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:
@@ -11,7 +11,7 @@ public class OptimizeRandomTick extends ConfigModules {
|
||||
}
|
||||
|
||||
@Experimental
|
||||
public static boolean enabled = true;
|
||||
public static boolean enabled = false;
|
||||
|
||||
@Override
|
||||
public void onLoaded() {
|
||||
|
||||
Reference in New Issue
Block a user