Remove DB settings

This commit is contained in:
fullwall 2015-05-17 12:33:59 +08:00
parent df3e46f3e8
commit 797adff2e7

View File

@ -63,10 +63,6 @@ public class Settings {
"<target>|, <target>| & <target>| & others"),
CHAT_RANGE("npc.chat.options.range", 5),
CHECK_MINECRAFT_VERSION("advanced.check-minecraft-version", true),
DATABASE_DRIVER("storage.database.driver", ""),
DATABASE_PASSWORD("storage.database.password", ""),
DATABASE_URL("storage.database.url", ""),
DATABASE_USERNAME("storage.database.username", ""),
DEBUG_MODE("general.debug-mode", false),
DEBUG_PATHFINDING("general.debug-pathfinding", false),
DEFAULT_LOOK_CLOSE("npc.default.look-close.enabled", false),
@ -166,4 +162,4 @@ public class Settings {
root.setRaw(path, value);
}
}
}
}