Paper/paper-server/patches
Bjarne Koll 17d76ae42b
Correctly die when cancelling EntityResurrectEvent (#11785)
The existing logic in LivingEntity#checkTotemDeathProtection completes
by checking whether the death protection component is null or not.
In cases where the event was cancelled, the component needs to be nulled
out to prevent the method from returning true, causing the player to
properly die.
2024-12-23 19:38:10 +01:00
..
features Correctly die when cancelling EntityResurrectEvent (#11785) 2024-12-23 19:38:10 +01:00
resources/data/minecraft Move flat bedrock generator to file patches 2024-12-19 12:26:28 +01:00
sources Correctly die when cancelling EntityResurrectEvent (#11785) 2024-12-23 19:38:10 +01:00