fix: achievements crashes

This commit is contained in:
Byte
2026-06-24 22:27:22 +02:00
parent 028dcdce41
commit e7a44db374
8 changed files with 16 additions and 11 deletions
+1
View File
@@ -113,6 +113,7 @@ Stat *CommonStats::get_itemsUsed(int itemId)
#endif
if (itemId == Item::porkChop_cooked_Id) return Stats::blocksPlaced[itemId];
else return nullptr;
//return nullptr;
}