diff --git a/com/Acrobot/ChestShop/Shop/ShopManagement.java b/com/Acrobot/ChestShop/Shop/ShopManagement.java index fc73266..f28a1b1 100644 --- a/com/Acrobot/ChestShop/Shop/ShopManagement.java +++ b/com/Acrobot/ChestShop/Shop/ShopManagement.java @@ -36,6 +36,6 @@ public class ShopManagement { player.sendMessage(ChatColor.RED + "[Shop] The item is not recognised!"); return null; } - return new Shop(chestMc != null ? new MinecraftChest(chestMc) : null, false, sign, item); + return new Shop(chestMc != null ? new MinecraftChest(chestMc) : null, sign, item); } }