Updated to CraftBukkit 1.9
This commit is contained in:
		@@ -40,7 +40,6 @@ public class SpecialPlayerInventory extends PlayerInventory {
 | 
				
			|||||||
    public SpecialPlayerInventory(Player p, boolean online) {
 | 
					    public SpecialPlayerInventory(Player p, boolean online) {
 | 
				
			||||||
        super(((CraftPlayer) p).getHandle());
 | 
					        super(((CraftPlayer) p).getHandle());
 | 
				
			||||||
        this.owner = (CraftPlayer) p;
 | 
					        this.owner = (CraftPlayer) p;
 | 
				
			||||||
        // applyContents();
 | 
					 | 
				
			||||||
        reflectContents(getClass().getSuperclass(), player.inventory, this);
 | 
					        reflectContents(getClass().getSuperclass(), player.inventory, this);
 | 
				
			||||||
        this.arrays = new ItemStack[][] { this.items, this.armor, this.extra };
 | 
					        this.arrays = new ItemStack[][] { this.items, this.armor, this.extra };
 | 
				
			||||||
        this.playerOnline = online;
 | 
					        this.playerOnline = online;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user