mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-12-26 18:37:59 +01:00
Disable managelisteners by default.
This commit is contained in:
parent
3dd7bfc64f
commit
4eccfe0b8e
@ -25,7 +25,7 @@ public class DefaultConfig extends ConfigFile {
|
||||
* NCP build needed for this config.
|
||||
* (Should only increment with changing or removing paths.)
|
||||
*/
|
||||
public static final int buildNumber = 260;
|
||||
public static final int buildNumber = 284;
|
||||
|
||||
/**
|
||||
* Instantiates a new default configuration.
|
||||
@ -63,7 +63,7 @@ public class DefaultConfig extends ConfigFile {
|
||||
set(ConfPaths.MISCELLANEOUS_ALLOWCLIENTMODS, false);
|
||||
set(ConfPaths.MISCELLANEOUS_OPINCONSOLEONLY, false);
|
||||
set(ConfPaths.MISCELLANEOUS_PROTECTPLUGINS, true);
|
||||
set(ConfPaths.MISCELLANEOUS_MANAGELISTENERS, true);
|
||||
set(ConfPaths.MISCELLANEOUS_MANAGELISTENERS, false);
|
||||
// set(ConfPaths.MISCELLANEOUS_CHECKFORUPDATES, true);
|
||||
set(ConfPaths.MISCELLANEOUS_REPORTTOMETRICS, true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user