From 99961f5af02eb14d25a6699bfe22d1c008f18134 Mon Sep 17 00:00:00 2001
From: "Erymanthus[#5074] | (u/)RayDeeUx"
 <51521765+RayDeeUx@users.noreply.github.com>
Date: Mon, 31 Oct 2022 09:39:39 -0400
Subject: Ery is to lazy to update maps, use skyguide

Signed-off-by: Erymanthus[#5074] | (u/)RayDeeUx <51521765+RayDeeUx@users.noreply.github.com>
---
 src/main/java/com/thatgravyboat/skyblockhud/config/SBHConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

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;
-- 
cgit