mirror of
https://github.com/TotalFreedomMC/OpenInv.git
synced 2024-12-22 16:05:03 +00:00
Updated to CraftBukkit 1.9
This commit is contained in:
parent
71ac05ae85
commit
14ec280d26
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue