summaryrefslogtreecommitdiffstats
path: root/nms-patches/EntityArmorStand.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/EntityArmorStand.patch')
-rw-r--r--nms-patches/EntityArmorStand.patch12
1 files changed, 12 insertions, 0 deletions
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
+ }