Updated to CraftBukkit 1.9

This commit is contained in:
ShadowRanger 2016-03-04 13:46:29 +11:00
parent 71ac05ae85
commit 14ec280d26

View file

@ -40,7 +40,6 @@ public class SpecialPlayerInventory extends PlayerInventory {
public SpecialPlayerInventory(Player p, boolean online) {
super(((CraftPlayer) p).getHandle());
this.owner = (CraftPlayer) p;
// applyContents();
reflectContents(getClass().getSuperclass(), player.inventory, this);
this.arrays = new ItemStack[][] { this.items, this.armor, this.extra };
this.playerOnline = online;