Radar is now disabled by default

master
Mohammad Shoaib 2022-02-04 15:03:49 +05:30
parent a7fcd45dc8
commit aef08fbdc6
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ namespace stardew_access
public static bool readTile = true;
public static bool snapMouse = true;
public static bool isNarratingHudMessage = false;
public static bool radar = true;
public static bool radar = false;
public static bool radarDebug = false;
public static bool radarStereoSound = true;
private static IMonitor monitor;