Mirror von
https://github.com/PaperMC/Paper.git
synchronisiert 2024-12-18 20:40:08 +01:00
Changed Entity.isDead to be aware of health for living entities
Dieser Commit ist enthalten in:
Ursprung
620f101487
Commit
20a0b0a9be
@ -198,7 +198,7 @@ public abstract class CraftEntity implements org.bukkit.entity.Entity {
|
||||
}
|
||||
|
||||
public boolean isDead() {
|
||||
return entity.dead;
|
||||
return !entity.aj();
|
||||
}
|
||||
|
||||
public Entity getHandle() {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren