remove test setting

This commit is contained in:
aPunch 2012-01-21 07:57:57 -06:00
parent 8c797f7a78
commit 3239eb3cc0

View File

@ -8,8 +8,7 @@ import net.citizensnpcs.util.Messaging;
public class Settings {
public enum Setting {
DEBUG_MODE("general.debug-mode", false),
TEST_DOUBLE("hi", 3.4);
DEBUG_MODE("general.debug-mode", false);
private String path;
private Object value;