SPIGOT-3607: Bad yaw from armorstands treated as living
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -122,3 +122,15 @@
|
|||||||
this.die();
|
this.die();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -733,4 +763,11 @@
|
||||||
|
public boolean cS() {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
+
|
||||||
|
+ // CraftBukkit start - SPIGOT-3607
|
||||||
|
+ @Override
|
||||||
|
+ public float getHeadRotation() {
|
||||||
|
+ return this.yaw;
|
||||||
|
+ }
|
||||||
|
+ // CraftBukkit end
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user