aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-25 23:06:24 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-04-25 23:06:24 +0200
commit3c766a1e71d3b9310c4742ce7338b79af1eb8337 (patch)
tree848f75a2dcc20facead37118e5b8ab03eadca39a /src
parent7917a6b60102edec628ec19d70c31b92c689e8f8 (diff)
parent41628b78ec42ac66b94dc05cd71098922438c462 (diff)
downloadskyhanni-3c766a1e71d3b9310c4742ce7338b79af1eb8337.tar.gz
skyhanni-3c766a1e71d3b9310c4742ce7338b79af1eb8337.tar.bz2
skyhanni-3c766a1e71d3b9310c4742ce7338b79af1eb8337.zip
Merge remote-tracking branch 'origin/beta' into beta
Diffstat (limited to 'src')
-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;