diff options
author | Erymanthus[#5074] | (u/)RayDeeUx <51521765+RayDeeUx@users.noreply.github.com> | 2022-10-31 09:39:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-31 09:39:39 -0400 |
commit | 99961f5af02eb14d25a6699bfe22d1c008f18134 (patch) | |
tree | a3f076bb56d7078205fbd6140ace97d59d235b83 | |
parent | 5b40a04646463ebdb45d22f09df9c0c440a7803f (diff) | |
download | SkyblockHud-Death-Defied-99961f5af02eb14d25a6699bfe22d1c008f18134.tar.gz SkyblockHud-Death-Defied-99961f5af02eb14d25a6699bfe22d1c008f18134.tar.bz2 SkyblockHud-Death-Defied-99961f5af02eb14d25a6699bfe22d1c008f18134.zip |
Ery is to lazy to update maps, use skyguide
Signed-off-by: Erymanthus[#5074] | (u/)RayDeeUx <51521765+RayDeeUx@users.noreply.github.com>
-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 14fe938..f3ea5bf 100644 --- a/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java +++ b/src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java @@ -354,7 +354,7 @@ public class SBHConfig extends Config { public boolean showShopIcons = true; @Expose - @ConfigOption(name = "Quests", desc = "please just use SkyGuide istg") + @ConfigOption(name = "Quests", desc = "Ery is too lazy to update maps, please use SkyGuide by DeDiamondPro. This is your final warning and I'm not asking nicely anymore.") @ConfigEditorBoolean @ConfigAccordionId(id = 3) public boolean showQuestIcons = false; |