Default use-new-finder to false

This commit is contained in:
fullwall 2013-07-31 18:42:00 +08:00
parent 7dad81c6ed
commit 7911d70c73

View File

@ -107,7 +107,7 @@ public class Settings {
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;