From ef2f38267f4e137abf7e256460fc96b89860fb5b Mon Sep 17 00:00:00 2001 From: md_5 Date: Fri, 13 Oct 2017 21:36:32 +1100 Subject: SPIGOT-3607: Bad yaw from armorstands treated as living --- nms-patches/EntityArmorStand.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'nms-patches/EntityArmorStand.patch') diff --git a/nms-patches/EntityArmorStand.patch b/nms-patches/EntityArmorStand.patch index b89cca72..60bfdee0 100644 --- a/nms-patches/EntityArmorStand.patch +++ b/nms-patches/EntityArmorStand.patch @@ -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 + } -- cgit v1.2.3