mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2026-04-22 19:11:23 +00:00
update things
This commit is contained in:
@@ -116,7 +116,7 @@ public class CraftItem implements Listener {
|
||||
ItemStack newItem = itemStack.clone();
|
||||
ItemMeta meta = newItem.getItemMeta();
|
||||
if (meta == null) {
|
||||
toolStats.logger.warning(itemStack + " does NOT have any meta! Unable to update stats.");
|
||||
toolStats.logger.warn("{} does NOT have any meta! Unable to update stats.", itemStack);
|
||||
return null;
|
||||
}
|
||||
// get the current time
|
||||
|
||||
Reference in New Issue
Block a user