Radar is now disabled by default

This commit is contained in:
Mohammad Shoaib
2022-02-04 15:03:49 +05:30
parent a7fcd45dc8
commit aef08fbdc6

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;