mirror of
https://github.com/hyperdefined/ToolStats.git
synced 2025-12-06 06:41:44 +00:00
im silly
This commit is contained in:
@@ -259,8 +259,6 @@ public class ItemLore {
|
|||||||
cropsMined = container.get(toolStats.cropsHarvested, PersistentDataType.INTEGER);
|
cropsMined = container.get(toolStats.cropsHarvested, PersistentDataType.INTEGER);
|
||||||
}
|
}
|
||||||
|
|
||||||
toolStats.logger.info("woooo!!!!!!!!!!");
|
|
||||||
|
|
||||||
if (cropsMined == null) {
|
if (cropsMined == null) {
|
||||||
cropsMined = 0;
|
cropsMined = 0;
|
||||||
toolStats.logger.warning(clone + " does not have valid crops-mined set! Resting to zero. This should NEVER happen.");
|
toolStats.logger.warning(clone + " does not have valid crops-mined set! Resting to zero. This should NEVER happen.");
|
||||||
|
|||||||
Reference in New Issue
Block a user