makamys / CoreTweaks

A bunch of random bug fixes, optimizations and tweaks (1.7.10)
MIT License
46 stars 5 forks source link

travel.ogg plays on death when in the Nether #3

Closed Roadhog360 closed 1 year ago

Roadhog360 commented 2 years ago

Title, go to the Nether, then type /kill.

anoomolu commented 1 year ago

Can confirm this occurs, added CoreTweaks to my lightly modded pack and this sound plays after respawning from a nether death.

Roadhog360 commented 1 year ago

Could this be fixed by checking the dead flag on the player? Or does that get unset before the player is moved back?

makamys commented 1 year ago

Could this be fixed by checking the dead flag on the player?

Yep, that worked. The player gets revived during the handling of the respawn packet, and I had a hook right before that, so I was able to check there.