diff --git a/src/main/java/com/lishid/openinv/internal/v1_8_R1/SpecialEnderChest.java b/src/main/java/com/lishid/openinv/internal/v1_8_R1/SpecialEnderChest.java index a0bdc5b..fccee15 100644 --- a/src/main/java/com/lishid/openinv/internal/v1_8_R1/SpecialEnderChest.java +++ b/src/main/java/com/lishid/openinv/internal/v1_8_R1/SpecialEnderChest.java @@ -40,7 +40,7 @@ public class SpecialEnderChest extends InventorySubcontainer implements ISpecial private CraftPlayer owner; private boolean playerOnline = false; - public SpecialEnderChest(Player p, boolean online) { + public SpecialEnderChest(Player p, Boolean online) { this(p, ((CraftPlayer) p).getHandle().getEnderChest(), online); } diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index c6a2147..24d8479 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ name: OpenInv main: com.lishid.openinv.OpenInv -version: 2.2.6 +version: 2.2.7 author: lishid description: > This plugin allows you to open a player's inventory as a chest and interact with it in real time.