SPIGOT-3607: Bad yaw from armorstands treated as living
This commit is contained in:
parent
9ab758c7b6
commit
ef2f38267f
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user