geforkt von Mirrors/Paper
SPIGOT-2474: Use .die() to set entity remove status
Dieser Commit ist enthalten in:
Ursprung
56813c7fff
Commit
1628ce6240
@ -275,7 +275,7 @@ public abstract class CraftEntity implements org.bukkit.entity.Entity {
|
||||
}
|
||||
|
||||
public void remove() {
|
||||
entity.dead = true;
|
||||
entity.die();
|
||||
}
|
||||
|
||||
public boolean isDead() {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren