From 41628b78ec42ac66b94dc05cd71098922438c462 Mon Sep 17 00:00:00 2001 From: AfkUser <95704481+AfkUserMC@users.noreply.github.com> Date: Tue, 25 Apr 2023 15:59:31 -0400 Subject: Fix typo (#57) --- src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java index 7547d3e1b..aab2c8f73 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -732,7 +732,7 @@ public class Garden { public int nextJacobContestWarnTime = 60 * 2; @Expose - @ConfigOption(name = "Popup Warning", desc = "Opens a popup when the warning time is reached and minecraft is not in focus.") + @ConfigOption(name = "Popup Warning", desc = "Opens a popup when the warning time is reached and Minecraft is not in focus.") @ConfigEditorBoolean @ConfigAccordionId(id = 14) public boolean nextJacobContestWarnPopup = false; -- cgit