mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-27 13:15:33 +01:00
Head yaw method update
This commit is contained in:
parent
41b4004a37
commit
5a74a02f33
@ -275,10 +275,9 @@ public class NMS {
|
||||
yaw -= 360.0F;
|
||||
}
|
||||
handle.aA = yaw;
|
||||
if (!(handle instanceof EntityHuman)) {
|
||||
if (!(handle instanceof EntityHuman))
|
||||
handle.ay = yaw;
|
||||
handle.az = yaw;
|
||||
}
|
||||
handle.aB = yaw;
|
||||
}
|
||||
|
||||
public static void setLandSpeedModifier(EntityLiving handle, float speed) {
|
||||
|
Loading…
Reference in New Issue
Block a user