mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-06 00:37:57 +00:00
Fixed a typo
This commit is contained in:
@@ -218,7 +218,7 @@ public class Inventory {
|
|||||||
*
|
*
|
||||||
* @return True if the item exists in the 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;
|
return getCount(id) > 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user