Update to CraftBukkit 1.9 #37

Merged
ShadowRanger merged 5 commits from master into master 2016-03-03 21:48:51 -05:00
23 changed files with 256 additions and 182 deletions
Showing only changes of commit 14ec280d26 - Show all commits

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;