mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2025-12-27 19:09:18 +00:00
fix market
This commit is contained in:
@@ -377,7 +377,6 @@ public class ItemManagerImpl implements ItemManager, Listener {
|
||||
}
|
||||
int amount = builder.getAmount();
|
||||
temp.setAmount(amount);
|
||||
placeholders.put("{amount}", String.valueOf(amount));
|
||||
NBTItem nbtItem = new NBTItem(temp);
|
||||
for (ItemBuilder.ItemPropertyEditor editor : builder.getEditors()) {
|
||||
editor.edit(player, nbtItem, placeholders);
|
||||
|
||||
Reference in New Issue
Block a user