This commit is contained in:
hyperdefined
2025-01-26 18:53:49 -05:00
parent 2b7c1350c3
commit 24ee5f9d42

View File

@@ -259,8 +259,6 @@ public class ItemLore {
cropsMined = container.get(toolStats.cropsHarvested, PersistentDataType.INTEGER);
}
toolStats.logger.info("woooo!!!!!!!!!!");
if (cropsMined == null) {
cropsMined = 0;
toolStats.logger.warning(clone + " does not have valid crops-mined set! Resting to zero. This should NEVER happen.");