mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-23 04:57:58 +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 {
|
} else {
|
||||||
strafeRollAmount *= 0.8;
|
strafeRollAmount *= 0.8;
|
||||||
}
|
}
|
||||||
return (float)Math.toDegrees(strafeRollAmount * ticks);
|
|
||||||
|
return (float)Math.toDegrees(strafeRollAmount);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue