diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-22 23:28:48 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-04-22 23:28:48 +0200 |
commit | 175d663fdfcf05b3eb4e2ba3f8f5b16ad0810685 (patch) | |
tree | 6e78fe4f00418984974c24cd93afbb00e3c6f01f /src/main/java/at/hannibal2 | |
parent | 046427a9d63814629c3066bb7787d180e4ee204f (diff) | |
download | skyhanni-175d663fdfcf05b3eb4e2ba3f8f5b16ad0810685.tar.gz skyhanni-175d663fdfcf05b3eb4e2ba3f8f5b16ad0810685.tar.bz2 skyhanni-175d663fdfcf05b3eb4e2ba3f8f5b16ad0810685.zip |
Fun
Diffstat (limited to 'src/main/java/at/hannibal2')
-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 241dda99e..519ff3df5 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java @@ -726,7 +726,7 @@ public class Garden { public int nextJacobContestWarnTime = 60 * 2; @Expose - @ConfigOption(name = "Pupup 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; |