This is why you test things, folks

This commit is contained in:
Sollace 2018-04-26 15:54:27 +02:00
parent 0c6e2a74ff
commit 3dbedc3a5b

View file

@ -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);
}
}