mirror of
https://github.com/TotalFreedomMC/OpenInv.git
synced 2024-12-23 00:15:08 +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) {
|
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;
|
||||||
|
|
Loading…
Reference in a new issue