diff options
| author | Lorenz <lo.scherf@gmail.com> | 2022-09-07 05:19:51 +0200 |
|---|---|---|
| committer | Lorenz <lo.scherf@gmail.com> | 2022-09-07 05:19:51 +0200 |
| commit | 320fbd4cf945b4ce7871c37bcedcdab94d534249 (patch) | |
| tree | d82dacfea944f9ead7b32cd3c59ddd44f93d322b | |
| parent | 31854117b7c8c29af838d1726cf7e2621805ce14 (diff) | |
| download | SkyHanni-320fbd4cf945b4ce7871c37bcedcdab94d534249.tar.gz SkyHanni-320fbd4cf945b4ce7871c37bcedcdab94d534249.tar.bz2 SkyHanni-320fbd4cf945b4ce7871c37bcedcdab94d534249.zip | |
typo
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java | 2 |
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; |
