aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz <lo.scherf@gmail.com>2022-09-07 05:19:51 +0200
committerLorenz <lo.scherf@gmail.com>2022-09-07 05:19:51 +0200
commit320fbd4cf945b4ce7871c37bcedcdab94d534249 (patch)
treed82dacfea944f9ead7b32cd3c59ddd44f93d322b
parent31854117b7c8c29af838d1726cf7e2621805ce14 (diff)
downloadSkyHanni-320fbd4cf945b4ce7871c37bcedcdab94d534249.tar.gz
SkyHanni-320fbd4cf945b4ce7871c37bcedcdab94d534249.tar.bz2
SkyHanni-320fbd4cf945b4ce7871c37bcedcdab94d534249.zip
typo
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java
index 8f8d6e5e3..75b0831ab 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java
+++ b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java
@@ -82,7 +82,7 @@ public class Inventory {
public boolean rngMeterNoDrop = false;
@Expose
- @ConfigOption(name = "Selected Drop", desc = "Highlight the selected drop in the catacombs oder slayer rng meter inventory")
+ @ConfigOption(name = "Selected Drop", desc = "Highlight the selected drop in the catacombs or slayer rng meter inventory")
@ConfigEditorBoolean
@ConfigAccordionId(id = 1)
public boolean rngMeterSelectedDrop = false;