aboutsummaryrefslogtreecommitdiff
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
commitcc10c420e9e3a57c682940399479b195a70a8973 (patch)
treed6f71245c2578bcc42dd115ceaa2ad3c62ed7e09
parentf7b6bda007140cf10be0d9e703a34f545b312442 (diff)
downloadSkyHanni-cc10c420e9e3a57c682940399479b195a70a8973.tar.gz
SkyHanni-cc10c420e9e3a57c682940399479b195a70a8973.tar.bz2
SkyHanni-cc10c420e9e3a57c682940399479b195a70a8973.zip
Fixed wrong name for money per hour move element in the config (Ty JTAG)
-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);