aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorAfkUser <95704481+AfkUserMC@users.noreply.github.com>2023-04-25 15:59:31 -0400
committerGitHub <noreply@github.com>2023-04-25 21:59:31 +0200
commit41628b78ec42ac66b94dc05cd71098922438c462 (patch)
tree200affeac1a7703570ef6e1f915a459339a9d03f /src/main/java/at
parentaf3567ad9f65f8495b889428c04da12f85d35aec (diff)
downloadskyhanni-41628b78ec42ac66b94dc05cd71098922438c462.tar.gz
skyhanni-41628b78ec42ac66b94dc05cd71098922438c462.tar.bz2
skyhanni-41628b78ec42ac66b94dc05cd71098922438c462.zip
Fix typo (#57)
Diffstat (limited to 'src/main/java/at')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java2
1 files changed, 1 insertions, 1 deletions
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;