aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-05-26 12:30:49 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-05-26 12:30:49 +0200
commit80c414d629cba4029198dbafb23941109ad9511b (patch)
tree9b83457e374c2c7602c874108d99b6fd374b233f
parentea1385c77ffa8b9a4f98811fbf3e767c30d9edf7 (diff)
downloadskyhanni-80c414d629cba4029198dbafb23941109ad9511b.tar.gz
skyhanni-80c414d629cba4029198dbafb23941109ad9511b.tar.bz2
skyhanni-80c414d629cba4029198dbafb23941109ad9511b.zip
typo
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/fishing/BarnTimerConfig.java2
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;