geforkt von Mirrors/Paper
Removed tab on line 97.
Dieser Commit ist enthalten in:
Ursprung
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) {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren