diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-09 18:43:08 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-03-09 18:43:08 +0100 |
commit | 8b56c2f9e2079c3aac3cb6ad8a9f30d23615e2f7 (patch) | |
tree | 052bdd8fc0167bf3b7f34be51f90fd660b28e993 /src/main | |
parent | 97d907ac27092abef7d1c7bbda2f860488ca3044 (diff) | |
download | skyhanni-8b56c2f9e2079c3aac3cb6ad8a9f30d23615e2f7.tar.gz skyhanni-8b56c2f9e2079c3aac3cb6ad8a9f30d23615e2f7.tar.bz2 skyhanni-8b56c2f9e2079c3aac3cb6ad8a9f30d23615e2f7.zip |
Fixed typo with Rancher's Boots speed
Diffstat (limited to 'src/main')
-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 3575e2379..06e4d9587 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java @@ -106,7 +106,7 @@ public class Inventory { "§bKuudra Key", "§bSkill Level", "§bCollection Level", - "§bRancher Boot's speed" + "§bRancher's Boots speed" } ) public List<Integer> itemNumberAsStackSize = new ArrayList<>(Arrays.asList(3, 9, 11)); |