mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-02-07 15:21:33 +01:00
adjust fastbreak delay to 60.
This commit is contained in:
parent
910e0dd8e7
commit
12fd08be68
@ -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");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user