mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2026-03-11 19:02:01 +00:00
update things
This commit is contained in:
@@ -83,7 +83,7 @@ public class CreativeEvent implements Listener {
|
||||
ItemStack newSpawnedItem = itemStack.clone();
|
||||
ItemMeta meta = newSpawnedItem.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