Skip to content

Commit

Permalink
Default use-new-finder to false
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Jul 31, 2013
1 parent 141e665 commit 4faf9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/citizensnpcs/Settings.java
Expand Up @@ -107,7 +107,7 @@ public void loadFromKey(DataKey root) {
TALK_CLOSE_MINIMUM_COOLDOWN("npc.text.min-talk-cooldown", 10),
TALK_ITEM("npc.text.talk-item", "340"),
USE_BOAT_CONTROLS("npc.controllable.use-boat-controls", true),
USE_NEW_PATHFINDER("npc.pathfinding.use-new-finder", true);
USE_NEW_PATHFINDER("npc.pathfinding.use-new-finder", false);

protected String path;
protected Object value;
Expand Down

0 comments on commit 4faf9dc

Please sign in to comment.