mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-05 18:27:17 +01:00
Removed tab on line 97.
This commit is contained in:
parent
e77b080d83
commit
dde3f5b474
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue