This commit is contained in:
lishid 2014-12-31 16:26:39 -05:00
parent 7851404d69
commit 7d56a04283
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ public class SpecialEnderChest extends InventorySubcontainer implements ISpecial
private CraftPlayer owner; private CraftPlayer owner;
private boolean playerOnline = false; private boolean playerOnline = false;
public SpecialEnderChest(Player p, boolean online) { public SpecialEnderChest(Player p, Boolean online) {
this(p, ((CraftPlayer) p).getHandle().getEnderChest(), online); this(p, ((CraftPlayer) p).getHandle().getEnderChest(), online);
} }

View file

@ -1,6 +1,6 @@
name: OpenInv name: OpenInv
main: com.lishid.openinv.OpenInv main: com.lishid.openinv.OpenInv
version: 2.2.6 version: 2.2.7
author: lishid author: lishid
description: > description: >
This plugin allows you to open a player's inventory as a chest and interact with it in real time. This plugin allows you to open a player's inventory as a chest and interact with it in real time.