mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-19 14:01:20 +01:00
Do activate the improbable check, seems ok without fastbreak added.
This commit is contained in:
parent
f1358ec1a6
commit
fb15e2f144
@ -212,7 +212,7 @@ public class DefaultConfig extends ConfigFile {
|
||||
/*
|
||||
* Combined !
|
||||
*/
|
||||
set(ConfPaths.COMBINED_IMPROBABLE_CHECK , false);
|
||||
set(ConfPaths.COMBINED_IMPROBABLE_CHECK , true);
|
||||
set(ConfPaths.COMBINED_IMPROBABLE_LEVEL, 300);
|
||||
set(ConfPaths.COMBINED_IMPROBABLE_FASTBREAK_CHECK, false);
|
||||
set(ConfPaths.COMBINED_IMPROBABLE_ACTIONS, "cancel log:improbable:2:8:if");
|
||||
|
Loading…
Reference in New Issue
Block a user