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 | e4551c0865869c249da00f7dc1f3af3e90297abb (patch) | |
| tree | 848f75a2dcc20facead37118e5b8ab03eadca39a | |
| parent | 21fb7a3727d09c204a3238220bfb0b837247ff09 (diff) | |
| parent | 2eb3a32695024db51fdcfa494af8ae3a18ece63f (diff) | |
| download | SkyHanni-e4551c0865869c249da00f7dc1f3af3e90297abb.tar.gz SkyHanni-e4551c0865869c249da00f7dc1f3af3e90297abb.tar.bz2 SkyHanni-e4551c0865869c249da00f7dc1f3af3e90297abb.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; |
