From 8b56c2f9e2079c3aac3cb6ad8a9f30d23615e2f7 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Thu, 9 Mar 2023 18:43:08 +0100 Subject: Fixed typo with Rancher's Boots speed --- src/main/java/at/hannibal2/skyhanni/config/features/Inventory.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') 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 itemNumberAsStackSize = new ArrayList<>(Arrays.asList(3, 9, 11)); -- cgit