From 1effa8002193f8929615404c25ae8f0d9430ac9f Mon Sep 17 00:00:00 2001 From: asofold Date: Sun, 17 Feb 2013 20:21:38 +0100 Subject: [PATCH] Tighten blockinteract.speed limit to 60. --- .../java/fr/neatmonster/nocheatplus/config/DefaultConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NCPPlugin/src/main/java/fr/neatmonster/nocheatplus/config/DefaultConfig.java b/NCPPlugin/src/main/java/fr/neatmonster/nocheatplus/config/DefaultConfig.java index fe0c5e11..9d83884c 100644 --- a/NCPPlugin/src/main/java/fr/neatmonster/nocheatplus/config/DefaultConfig.java +++ b/NCPPlugin/src/main/java/fr/neatmonster/nocheatplus/config/DefaultConfig.java @@ -126,7 +126,7 @@ public class DefaultConfig extends ConfigFile { set(ConfPaths.BLOCKINTERACT_SPEED_CHECK, true); set(ConfPaths.BLOCKINTERACT_SPEED_INTERVAL, 2000); - set(ConfPaths.BLOCKINTERACT_SPEED_LIMIT, 82); + set(ConfPaths.BLOCKINTERACT_SPEED_LIMIT, 60); set(ConfPaths.BLOCKINTERACT_SPEED_ACTIONS, "cancel vl>200 log:bspeed:0:2:if cancel vl>1000 cancel log:bspeed:0:2:icf cmd:kickbspeed"); set(ConfPaths.BLOCKINTERACT_VISIBLE_CHECK, true);