SPIGOT-7777: All entity potion effects are removed on death

This commit is contained in:
md_5 2024-06-19 07:09:58 +10:00
parent 25d548eb23
commit f9cb6f3412
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -192,8 +192,7 @@ public class EntityPotionEffectEvent extends EntityEvent implements Cancellable
*/
CONVERSION,
/**
* When all effects are removed due to death (Note: This is called on
* respawn, so it's player only!)
* When all effects are removed due to death.
*/
DEATH,
/**