3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-16 13:00:06 +01:00

Fix formatting in CraftLivingEntity

Dieser Commit ist enthalten in:
md_5 2020-02-23 19:01:11 +11:00
Ursprung f7ab30557e
Commit 3d61a853e3

Datei anzeigen

@ -581,7 +581,7 @@ public class CraftLivingEntity extends CraftEntity implements LivingEntity {
@Override
public boolean hasAI() {
return (this.getHandle() instanceof EntityInsentient) ? !((EntityInsentient) this.getHandle()).isNoAI(): false;
return (this.getHandle() instanceof EntityInsentient) ? !((EntityInsentient) this.getHandle()).isNoAI() : false;
}
@Override