修复迫击炮大陀螺
This commit is contained in:
parent
c1201cb424
commit
1475f3a061
1 changed files with 0 additions and 1 deletions
|
@ -232,7 +232,6 @@ public class MortarEntity extends Entity implements GeoEntity, AnimatedEntity {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void lerpTo(double x, double y, double z, float yaw, float pitch, int interpolationSteps, boolean interpolate) {
|
public void lerpTo(double x, double y, double z, float yaw, float pitch, int interpolationSteps, boolean interpolate) {
|
||||||
serverYRot = yaw;
|
|
||||||
serverXRot = pitch;
|
serverXRot = pitch;
|
||||||
this.interpolationSteps = 10;
|
this.interpolationSteps = 10;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue