diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-25 23:06:24 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-25 23:06:24 +0200 |
commit | 3c766a1e71d3b9310c4742ce7338b79af1eb8337 (patch) | |
tree | 848f75a2dcc20facead37118e5b8ab03eadca39a | |
parent | 7917a6b60102edec628ec19d70c31b92c689e8f8 (diff) | |
parent | 41628b78ec42ac66b94dc05cd71098922438c462 (diff) | |
download | skyhanni-3c766a1e71d3b9310c4742ce7338b79af1eb8337.tar.gz skyhanni-3c766a1e71d3b9310c4742ce7338b79af1eb8337.tar.bz2 skyhanni-3c766a1e71d3b9310c4742ce7338b79af1eb8337.zip |
Merge remote-tracking branch 'origin/beta' into beta
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Garden.java | 2 |
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; |