summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config
diff options
context:
space:
mode:
authorAbsterge <106860128+Absterge@users.noreply.github.com>2023-10-05 00:05:48 +0100
committerGitHub <noreply@github.com>2023-10-05 01:05:48 +0200
commitb87a60ff321111234e976667be277d206787dba4 (patch)
tree3625ba88e6f7d5b2e437a802e85c1ac8446107ca /src/main/java/at/hannibal2/skyhanni/config
parentc3a9516a09d01469c1317d556fddffa5dbd04306 (diff)
downloadskyhanni-b87a60ff321111234e976667be277d206787dba4.tar.gz
skyhanni-b87a60ff321111234e976667be277d206787dba4.tar.bz2
skyhanni-b87a60ff321111234e976667be277d206787dba4.zip
Typo in Position Editor (#534)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java
index 2c948a62f..aed826e3c 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/GardenConfig.java
@@ -839,7 +839,7 @@ public class GardenConfig {
public boolean dicerCounter = false;
@Expose
- @ConfigOption(name = "Rng Drop Counter", desc = "Count RNG drops for Melon Dicer and Pumpkin Dicer.")
+ @ConfigOption(name = "RNG Drop Counter", desc = "Count RNG drops for Melon Dicer and Pumpkin Dicer.")
@ConfigEditorBoolean
@ConfigAccordionId(id = 12)
@FeatureToggle