mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-07 21:25:00 +00:00
fix traded-by tags :3333
This commit is contained in:
@@ -79,7 +79,7 @@ public class VillagerTrade implements Listener {
|
|||||||
ItemStack newItem = addLore(item, player);
|
ItemStack newItem = addLore(item, player);
|
||||||
if (newItem != null) {
|
if (newItem != null) {
|
||||||
// set the new item
|
// set the new item
|
||||||
event.setCurrentItem(newItem);
|
inventory.setItem(event.getSlot(), newItem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user