diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-05-26 12:30:49 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-05-26 12:30:49 +0200 |
commit | 80c414d629cba4029198dbafb23941109ad9511b (patch) | |
tree | 9b83457e374c2c7602c874108d99b6fd374b233f | |
parent | ea1385c77ffa8b9a4f98811fbf3e767c30d9edf7 (diff) | |
download | skyhanni-80c414d629cba4029198dbafb23941109ad9511b.tar.gz skyhanni-80c414d629cba4029198dbafb23941109ad9511b.tar.bz2 skyhanni-80c414d629cba4029198dbafb23941109ad9511b.zip |
typo
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/fishing/BarnTimerConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/fishing/BarnTimerConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/fishing/BarnTimerConfig.java index c5992856b..041c257c2 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/fishing/BarnTimerConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/fishing/BarnTimerConfig.java @@ -61,7 +61,7 @@ public class BarnTimerConfig { public boolean wormLimitAlert = true; @Expose - @ConfigOption(name = "Reset Timer Hotkey", desc = "Press this key to reset the timer manually") + @ConfigOption(name = "Reset Timer Hotkey", desc = "Press this key to reset the timer manually.") @ConfigEditorKeybind(defaultKey = Keyboard.KEY_NONE) public int manualResetTimer = Keyboard.KEY_NONE; |