mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-24 17:22:55 +01:00
SPIGOT-3607: Bad yaw from armorstands treated as living
By: md_5 <git@md-5.net>
This commit is contained in:
parent
009d5ad78b
commit
30cdbb75b6
1 changed files with 12 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue