diff --git a/leaf-server/src/main/java/org/dreeam/leaf/config/modules/opt/ThrottleHopperWhenFull.java b/leaf-server/src/main/java/org/dreeam/leaf/config/modules/opt/ThrottleHopperWhenFull.java index 62083380..236ea3a9 100644 --- a/leaf-server/src/main/java/org/dreeam/leaf/config/modules/opt/ThrottleHopperWhenFull.java +++ b/leaf-server/src/main/java/org/dreeam/leaf/config/modules/opt/ThrottleHopperWhenFull.java @@ -10,7 +10,7 @@ public class ThrottleHopperWhenFull extends ConfigModules { } public static boolean enabled = false; - public static int skipTicks = 0; + public static int skipTicks = 8; @Override public void onLoaded() {