lehjr / MachineMusePowersuits

Minecraft mod, take 3
Other
16 stars 15 forks source link

Logspam of damage methods (is a debugger enabled by default?) #30

Closed Kaleidio closed 2 years ago

Kaleidio commented 2 years ago

1.16.5 latest versions of the mod and powersuits

The log will spam messages this every time a damage event is fired, replace the class names with any entity that gives and gets hit by damage

[12:41:56] [Server thread/INFO]: [com.github.lehjr.powersuits.event.EntityDamageEvent:entityAttackEventHandler:61]: entity type: class net.minecraft.entity.monster.ZombieEntity [12:41:56] [Server thread/INFO]: [com.github.lehjr.powersuits.event.EntityDamageEvent:entityAttackEventHandler:61]: entity type: class net.minecraft.entity.player.ServerPlayerEntity [12:41:56] [Render thread/INFO]: [com.github.lehjr.powersuits.event.EntityDamageEvent:entityAttackEventHandler:61]: entity type: class net.minecraft.client.entity.player.ClientPlayerEntity

lehjr commented 2 years ago

fixed in recent release

Kaleidio commented 2 years ago

confirmed fix, thanks!