mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-05 16:49:39 +00:00
SPIGOT-7777: All entity potion effects are removed on death
This commit is contained in:
parent
25d548eb23
commit
f9cb6f3412
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue