diff options
author | Obsidian <108832807+Obsidianninja11@users.noreply.github.com> | 2024-05-03 16:10:36 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-04 02:10:36 +0200 |
commit | 111534c45ea294c467b36e88f21bce4dd4240c23 (patch) | |
tree | 10c6d4761f4b7315f387b5be815dfee0afb8048d | |
parent | 713cda46dbfbb84ed2fdb9e5d49e8f0d49c5e347 (diff) | |
download | skyhanni-111534c45ea294c467b36e88f21bce4dd4240c23.tar.gz skyhanni-111534c45ea294c467b36e88f21bce4dd4240c23.tar.bz2 skyhanni-111534c45ea294c467b36e88f21bce4dd4240c23.zip |
Improvement: Better Time in Chat description (#1679)
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java index 06153fb7e..c96002c6f 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/event/HoppityEggsConfig.java @@ -50,7 +50,7 @@ public class HoppityEggsConfig { public boolean highlightHoppityShop = true; @Expose - @ConfigOption(name = "Time in Chat", desc = "Show in chat when using Egglocator that show next hoppity event or next egg time.") + @ConfigOption(name = "Time in Chat", desc = "When the Egglocator can't find an egg, show the time until the next Hoppity event or egg spawn.") @ConfigEditorBoolean @FeatureToggle public boolean timeInChat = true; |