aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-16 12:04:30 +0100
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-03-16 12:04:30 +0100
commitef9313817a53f8b67db959128cc1b73dfacf6d1a (patch)
treed6f71245c2578bcc42dd115ceaa2ad3c62ed7e09 /src/main/java/at
parentebd27f0e6eb1e380dc8711c258ecab4b431ba901 (diff)
downloadskyhanni-ef9313817a53f8b67db959128cc1b73dfacf6d1a.tar.gz
skyhanni-ef9313817a53f8b67db959128cc1b73dfacf6d1a.tar.bz2
skyhanni-ef9313817a53f8b67db959128cc1b73dfacf6d1a.zip
Fixed wrong name for money per hour move element in the config (Ty JTAG)
Diffstat (limited to 'src/main/java/at')
-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 837dc92e0..423705358 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Garden.java
@@ -395,7 +395,7 @@ public class Garden {
public boolean moneyPerHourAlwaysOn = false;
@Expose
- @ConfigOption(name = "Dicer Counter Position", desc = "")
+ @ConfigOption(name = "Money per hour Position", desc = "")
@ConfigEditorButton(runnableId = "moneyPerHour", buttonText = "Edit")
@ConfigAccordionId(id = 13)
public Position moneyPerHourPos = new Position(16, -232, false, true);