diff --git a/src/org/rev317/min/api/methods/Inventory.java b/src/org/rev317/min/api/methods/Inventory.java index f1f1612..1045e8a 100644 --- a/src/org/rev317/min/api/methods/Inventory.java +++ b/src/org/rev317/min/api/methods/Inventory.java @@ -218,7 +218,7 @@ public class Inventory { * * @return True if the item exists in the inventory */ - public static boolean containts(int... id) { + public static boolean contains(int... id) { return getCount(id) > 0; }