aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-14 19:09:51 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-14 19:09:51 +0100
commit6a7d8d4b1878af419136727105e7660012fb4a6f (patch)
treecdf8589833b2e559925c35812bd2117666f42bec /src
parent3ad0a18fec9529c1c8fd027b5ed3baf6ac2b31c8 (diff)
downloadskyhanni-6a7d8d4b1878af419136727105e7660012fb4a6f.tar.gz
skyhanni-6a7d8d4b1878af419136727105e7660012fb4a6f.tar.bz2
skyhanni-6a7d8d4b1878af419136727105e7660012fb4a6f.zip
typo
Diffstat (limited to 'src')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Garden.java10
1 files changed, 5 insertions, 5 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 048703b7d..6c8b941d4 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -163,7 +163,7 @@ public class Garden {
@ConfigAccordionId(id = 6)
@ConfigEditorAccordion(id = 7)
public boolean cropMilestoneNext = false;
- // TODO moulconfig runnable suppoort
+ // TODO moulconfig runnable support
@Expose
@ConfigOption(
@@ -173,14 +173,14 @@ public class Garden {
@ConfigAccordionId(id = 7)
public boolean cropMilestoneBestDisplay = true;
- // TODO moulconfig runnable suppoort
+ // TODO moulconfig runnable support
@Expose
@ConfigOption(name = "Sort Type", desc = "Sort the crops by either garden exp or by skyblock exp.")
@ConfigEditorDropdown(values = {"Garden Exp", "SkyBlock Exp"})
@ConfigAccordionId(id = 7)
public int cropMilestoneBestType = 0;
- // TODO moulconfig runnable suppoort
+ // TODO moulconfig runnable support
@Expose
@ConfigOption(name = "Only show top", desc = "Only show the top # crops.")
@ConfigEditorSlider(
@@ -191,7 +191,7 @@ public class Garden {
@ConfigAccordionId(id = 7)
public int cropMilestoneShowOnlyBest = 10;
- // TODO moulconfig runnable suppoort
+ // TODO moulconfig runnable support
@Expose
@ConfigOption(
name = "Always On",
@@ -206,7 +206,7 @@ public class Garden {
@ConfigAccordionId(id = 7)
public Position cropMilestoneNextDisplayPos = new Position(-112, -143, false, true);
- // TODO moulconfig runnable suppoort
+ // TODO moulconfig runnable support
@Expose
@ConfigOption(name = "Custom Keybind", desc = "")
@ConfigEditorAccordion(id = 8)