From 12fd08be68a1b67846f4a0be72f76303380ae165 Mon Sep 17 00:00:00 2001 From: asofold Date: Wed, 12 Sep 2012 20:49:42 +0200 Subject: [PATCH] adjust fastbreak delay to 60. --- src/fr/neatmonster/nocheatplus/config/DefaultConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fr/neatmonster/nocheatplus/config/DefaultConfig.java b/src/fr/neatmonster/nocheatplus/config/DefaultConfig.java index 26bf17ae..efbf5abe 100644 --- a/src/fr/neatmonster/nocheatplus/config/DefaultConfig.java +++ b/src/fr/neatmonster/nocheatplus/config/DefaultConfig.java @@ -69,7 +69,7 @@ public class DefaultConfig extends ConfigFile { set(ConfPaths.BLOCKBREAK_DIRECTION_ACTIONS, "cancel vl>10 log:bdirection:0:5:if cancel"); set(ConfPaths.BLOCKBREAK_FASTBREAK_CHECK, true); - set(ConfPaths.BLOCKBREAK_FASTBREAK_DELAY, 50); + set(ConfPaths.BLOCKBREAK_FASTBREAK_DELAY, 60); set(ConfPaths.BLOCKBREAK_FASTBREAK_MOD_SURVIVAL, 100); set(ConfPaths.BLOCKBREAK_FASTBREAK_ACTIONS, "cancel vl>500 log:fastbreak:3:5:cif cancel");