From 9a80e5b76b98bc54d335f811161d1bfafaf13767 Mon Sep 17 00:00:00 2001 From: RayDeeUx Date: Sat, 20 Aug 2022 12:27:41 -0400 Subject: fuck. --- src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java b/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java index 8944e0f..1d937a6 100644 --- a/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java +++ b/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java @@ -310,7 +310,7 @@ public class SBHConfig extends Config { public boolean showPlayerLocation = false; @Expose - @ConfigOption(name = "Show Mini-Map", desc = "Shows the Mini-Map on your overlay if turned off you can still use /sbhmap to see the map in fullscreen.") + @ConfigOption(name = "Show Mini-Map", desc = "Shows the Mini-Map on your overlay. If this is turned off, you can still use /sbhmap to see the map in fullscreen.") @ConfigEditorBoolean public boolean showMiniMap = false; -- cgit