mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2025-02-02 19:41:19 +01:00
Fixed buying from shops
This commit is contained in:
parent
5da5773879
commit
e2305225d3
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user