mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-02-17 04:41:31 +01:00
remove test setting
This commit is contained in:
parent
fbf981e36a
commit
b5168ccef7
@ -8,8 +8,7 @@ import net.citizensnpcs.util.Messaging;
|
|||||||
|
|
||||||
public class Settings {
|
public class Settings {
|
||||||
public enum Setting {
|
public enum Setting {
|
||||||
DEBUG_MODE("general.debug-mode", false),
|
DEBUG_MODE("general.debug-mode", false);
|
||||||
TEST_DOUBLE("hi", 3.4);
|
|
||||||
|
|
||||||
private String path;
|
private String path;
|
||||||
private Object value;
|
private Object value;
|
||||||
|
Loading…
Reference in New Issue
Block a user