diff --git a/nms-patches/EntityArmorStand.patch b/nms-patches/EntityArmorStand.patch index b89cca72a7..60bfdee03f 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 + }