mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-17 18:47:40 +01:00
Removed tab on line 97.
By: Warren <evilseph@unaligned.org>
This commit is contained in:
parent
2ce76c6810
commit
d01cc84ade
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…
Add table
Reference in a new issue