From 80c414d629cba4029198dbafb23941109ad9511b Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sun, 26 May 2024 12:30:49 +0200 Subject: typo --- .../at/hannibal2/skyhanni/config/features/fishing/BarnTimerConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') 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; -- cgit