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 | 996d6f0b474f2ca07e8e2d3b419e6251f6e78dc5 (patch) | |
tree | d82dacfea944f9ead7b32cd3c59ddd44f93d322b /src/main/java | |
parent | cfeac0b6a71c592b61c53fad192eb22bb24b0f54 (diff) | |
download | skyhanni-996d6f0b474f2ca07e8e2d3b419e6251f6e78dc5.tar.gz skyhanni-996d6f0b474f2ca07e8e2d3b419e6251f6e78dc5.tar.bz2 skyhanni-996d6f0b474f2ca07e8e2d3b419e6251f6e78dc5.zip |
typo
Diffstat (limited to 'src/main/java')
-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; |