SPIGOT-3607: Bad yaw from armorstands treated as living

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot 2017-10-13 21:36:32 +11:00
parent 009d5ad78b
commit 30cdbb75b6

View file

@ -122,3 +122,15 @@
this.die();
}
@@ -733,4 +763,11 @@
public boolean cS() {
return false;
}
+
+ // CraftBukkit start - SPIGOT-3607
+ @Override
+ public float getHeadRotation() {
+ return this.yaw;
+ }
+ // CraftBukkit end
}