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 | fbefefef4f787b383228c6156f1e75b79f8e85bb (patch) | |
| tree | 052bdd8fc0167bf3b7f34be51f90fd660b28e993 | |
| parent | 47c13c1d63dd3662c646b399aa1c429e216ca802 (diff) | |
| download | SkyHanni-fbefefef4f787b383228c6156f1e75b79f8e85bb.tar.gz SkyHanni-fbefefef4f787b383228c6156f1e75b79f8e85bb.tar.bz2 SkyHanni-fbefefef4f787b383228c6156f1e75b79f8e85bb.zip | |
Fixed typo with Rancher's Boots speed
| -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)); |
