Radar is now disabled by default
parent
a7fcd45dc8
commit
aef08fbdc6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue