diff options
author | RayDeeUx <raydeeux@gmail.com> | 2022-08-20 12:27:41 -0400 |
---|---|---|
committer | RayDeeUx <raydeeux@gmail.com> | 2022-08-20 12:27:41 -0400 |
commit | 9a80e5b76b98bc54d335f811161d1bfafaf13767 (patch) | |
tree | 89b20596535aac3b18ea2d3973b7615777bd5309 | |
parent | ba838243665688c58ebd0a9525b1cd58f3e26a92 (diff) | |
download | SkyblockHud-Death-Defied-9a80e5b76b98bc54d335f811161d1bfafaf13767.tar.gz SkyblockHud-Death-Defied-9a80e5b76b98bc54d335f811161d1bfafaf13767.tar.bz2 SkyblockHud-Death-Defied-9a80e5b76b98bc54d335f811161d1bfafaf13767.zip |
fuck.
-rw-r--r-- | src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
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; |