mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 19:28:03 +01:00
SPIGOT-7777: All entity potion effects are removed on death
By: md_5 <git@md-5.net>
This commit is contained in:
parent
48b3ffa858
commit
540caab840
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