Skip to content

Commit

Permalink
Change debug-pathfinding node
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Oct 20, 2013
1 parent 3a084f6 commit 1ae40eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/citizensnpcs/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public enum Setting {
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),
Expand Down

0 comments on commit 1ae40eb

Please sign in to comment.