修复迫击炮大陀螺

This commit is contained in:
Atsuihsio 2024-11-13 00:29:43 +08:00
parent c1201cb424
commit 1475f3a061

View file

@ -232,7 +232,6 @@ public class MortarEntity extends Entity implements GeoEntity, AnimatedEntity {
@Override
public void lerpTo(double x, double y, double z, float yaw, float pitch, int interpolationSteps, boolean interpolate) {
serverYRot = yaw;
serverXRot = pitch;
this.interpolationSteps = 10;
}