13
0
geforkt von Mirrors/Paper

SPIGOT-2474: Use .die() to set entity remove status

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
CraftBukkit/Spigot 2016-07-02 11:24:14 +10:00
Ursprung 7b2050e56f
Commit f2ad797555

Datei anzeigen

@ -275,7 +275,7 @@ public abstract class CraftEntity implements org.bukkit.entity.Entity {
} }
public void remove() { public void remove() {
entity.dead = true; entity.die();
} }
public boolean isDead() { public boolean isDead() {