forgot to remove this logging

This commit is contained in:
Pyritie
2025-10-07 22:48:32 +01:00
parent eb03fe5999
commit 6a007a0379

View File

@@ -29,8 +29,6 @@ EntityEvents.spawned((event) => {
let { entity, entity: {type} } = event;
console.log(`entity: ${entity}, type: ${type}`)
let newHP = NEW_MOB_MAX_HP[type] ?? 0;
if (newHP === 0)
return;