From aef08fbdc64253f1f7c2e5a68db5bc6b390726b1 Mon Sep 17 00:00:00 2001 From: Mohammad Shoaib Date: Fri, 4 Feb 2022 15:03:49 +0530 Subject: [PATCH] Radar is now disabled by default --- stardew-access/ModEntry.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stardew-access/ModEntry.cs b/stardew-access/ModEntry.cs index 7d09eb8..78adf22 100644 --- a/stardew-access/ModEntry.cs +++ b/stardew-access/ModEntry.cs @@ -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;