mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2025-01-19 14:01:20 +01:00
Set hotfix check to active, actually
This commit is contained in:
parent
b0e33ef9dc
commit
bcb9fba671
@ -22,7 +22,7 @@ import org.bukkit.Material;
|
|||||||
public class DefaultConfig extends ConfigFile {
|
public class DefaultConfig extends ConfigFile {
|
||||||
|
|
||||||
/** NCP build needed for this config. */
|
/** NCP build needed for this config. */
|
||||||
public static final int buildNumber = 185;
|
public static final int buildNumber = 188;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instantiates a new default configuration.
|
* Instantiates a new default configuration.
|
||||||
@ -324,6 +324,8 @@ public class DefaultConfig extends ConfigFile {
|
|||||||
set(ConfPaths.INVENTORY_INSTANTEAT_CHECK, true);
|
set(ConfPaths.INVENTORY_INSTANTEAT_CHECK, true);
|
||||||
set(ConfPaths.INVENTORY_INSTANTEAT_ACTIONS, "log:instanteat:2:5:if cancel");
|
set(ConfPaths.INVENTORY_INSTANTEAT_ACTIONS, "log:instanteat:2:5:if cancel");
|
||||||
|
|
||||||
|
set(ConfPaths.INVENTORY_ITEMS_CHECK, true);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* e e ,e,
|
* e e ,e,
|
||||||
* d8b d8b e88 88e Y8b Y888P " 888 8e e88 888
|
* d8b d8b e88 88e Y8b Y888P " 888 8e e88 888
|
||||||
|
Loading…
Reference in New Issue
Block a user