diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-30 21:15:31 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-10-30 21:15:31 +0100 |
commit | ff66b139b8562a96d68eacac08a342c48418985b (patch) | |
tree | 444c40e62628160951afc80c3d897b5f30665f17 | |
parent | 2160f5820f6febb5d02e3a64c019090a3798174b (diff) | |
download | skyhanni-ff66b139b8562a96d68eacac08a342c48418985b.tar.gz skyhanni-ff66b139b8562a96d68eacac08a342c48418985b.tar.bz2 skyhanni-ff66b139b8562a96d68eacac08a342c48418985b.zip |
updated description
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java index 56dfc021e..6b47c6025 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/FishingConfig.java @@ -141,7 +141,7 @@ public class FishingConfig { @Expose @ConfigOption( name = "Worm Cap Alert", - desc = "Alerts you with sound if you hit the Worm Sea Creature limit of 60." + desc = "Alerts you with title and sound if you hit the Worm Sea Creature limit of 60." ) @ConfigEditorBoolean public boolean wormLimitAlert = true; |