Skip to content

Commit

Permalink
Disable navigation tracking by default
Browse files Browse the repository at this point in the history
  • Loading branch information
romovs committed Mar 3, 2020
1 parent b0c694a commit 7547618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haven/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class Config {
public static int mainport = 1870;
public static int authport = 1871;
public static URL screenurl = geturl("http://game.havenandhearth.com/mt/ss");
public static boolean enableNavigationTracking = Utils.getprefb("enableNavigationTracking", true);
public static boolean enableNavigationTracking = Utils.getprefb("enableNavigationTracking", false);
public static boolean sendCustomMarkers = Utils.getprefb("sendCustomMarkers", false);
public static String mapperUrl = Utils.getpref("mapperUrl", "http://example.com");
public static boolean mapperHashName = Utils.getprefb("mapperHashName", true);
Expand Down

0 comments on commit 7547618

Please sign in to comment.