13
0
geforkt von Mirrors/Paper

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

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2024-06-19 07:09:58 +10:00
Ursprung 48b3ffa858
Commit 540caab840

Datei anzeigen

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