mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-22 20:47:59 +01:00
This is why you test things, folks
This commit is contained in:
parent
0c6e2a74ff
commit
3dbedc3a5b
1 changed files with 2 additions and 1 deletions
|
@ -33,6 +33,7 @@ public abstract class MixinEntityLivingBase extends Entity implements IPonyAnima
|
|||
} else {
|
||||
strafeRollAmount *= 0.8;
|
||||
}
|
||||
return (float)Math.toDegrees(strafeRollAmount * ticks);
|
||||
|
||||
return (float)Math.toDegrees(strafeRollAmount);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue