Change debug-pathfinding node

This commit is contained in:
fullwall 2013-10-21 00:26:01 +08:00
parent 3a084f6159
commit 1ae40ebc72
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ public class Settings {
DATABASE_URL("storage.database.url", ""),
DATABASE_USERNAME("storage.database.username", ""),
DEBUG_MODE("general.debug-mode", false),
DEBUG_PATHFINDING("general.debug-mode.pathfinding", false),
DEBUG_PATHFINDING("general.debug-pathfinding", false),
DEFAULT_LOOK_CLOSE("npc.default.look-close.enabled", false),
DEFAULT_LOOK_CLOSE_RANGE("npc.default.look-close.range", 5),
DEFAULT_NPC_LIMIT("npc.limits.default-limit", 10),