diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-06-04 23:04:58 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-06-04 23:04:58 +0200 |
commit | a0d813a371016bd1428bb7753edff453b6ef4eb4 (patch) | |
tree | 613013b995442b2d6016de87fe0add4f9b3079b0 /src/main/java/at/hannibal2/skyhanni/config | |
parent | 170014ffc9d3380687e8a0958db5b41e262ca99b (diff) | |
download | skyhanni-a0d813a371016bd1428bb7753edff453b6ef4eb4.tar.gz skyhanni-a0d813a371016bd1428bb7753edff453b6ef4eb4.tar.bz2 skyhanni-a0d813a371016bd1428bb7753edff453b6ef4eb4.zip |
typo
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java b/src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java index 1686ecd34..789c849bc 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Fishing.java @@ -133,7 +133,7 @@ public class Fishing { public boolean enabled = true; @Expose - @ConfigOption(name = "Show Bait", desc = "Also how the name of the consumed bait.") + @ConfigOption(name = "Show Bait", desc = "Also show the name of the consumed bait.") @ConfigEditorBoolean public boolean showBaits = false; |