3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-18 20:40:08 +01:00

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

Dieser Commit ist enthalten in:
md_5 2016-07-02 11:24:14 +10:00
Ursprung 56813c7fff
Commit 1628ce6240

Datei anzeigen

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