mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-11 07:05:00 +00:00
update things
This commit is contained in:
@@ -123,7 +123,7 @@ public class VillagerTrade implements Listener {
|
||||
ItemStack newItem = oldItem.clone();
|
||||
ItemMeta meta = newItem.getItemMeta();
|
||||
if (meta == null) {
|
||||
toolStats.logger.warning(newItem + " does NOT have any meta! Unable to update stats.");
|
||||
toolStats.logger.warn("{} does NOT have any meta! Unable to update stats.", newItem);
|
||||
return null;
|
||||
}
|
||||
long timeCreated = System.currentTimeMillis();
|
||||
|
||||
Reference in New Issue
Block a user