mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-23 11:06:29 +01:00
Removed tab on line 97.
This commit is contained in:
parent
e77b080d83
commit
dde3f5b474
@ -94,7 +94,7 @@ public class CraftInventory implements org.bukkit.inventory.Inventory {
|
||||
}
|
||||
|
||||
public boolean contains(Material material, int amount) {
|
||||
return contains(material.getId(), amount);
|
||||
return contains(material.getId(), amount);
|
||||
}
|
||||
|
||||
public boolean contains(ItemStack item, int amount) {
|
||||
|
Loading…
Reference in New Issue
Block a user