Fix broken patch in EntityPlayer.updateRidden
This commit is contained in:
parent
ad03581fbe
commit
590f3f610e
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
this.func_71015_k(this.field_70165_t - d0, this.field_70163_u - d1, this.field_70161_v - d2);
|
||||
|
||||
- if (this.func_184187_bx() instanceof EntityPig)
|
||||
+ if (this.func_184187_bx() instanceof EntityLivingBase && ((EntityLivingBase)this.func_94060_bK()).shouldRiderFaceForward(this))
|
||||
+ if (this.func_184187_bx() instanceof EntityLivingBase && ((EntityLivingBase)this.func_184187_bx()).shouldRiderFaceForward(this))
|
||||
{
|
||||
this.field_70125_A = f1;
|
||||
this.field_70177_z = f;
|
||||
|
|
Loading…
Reference in a new issue