Debug code pls

This commit is contained in:
Sollace 2018-04-30 12:53:08 +02:00
parent d23c3f23fa
commit 6981cde884

View file

@ -71,9 +71,6 @@ public abstract class AbstractPonyModel extends ModelPlayer implements IModel {
@Override @Override
public void setRotationAngles(float move, float swing, float age, float headYaw, float headPitch, float scale, Entity entity) { public void setRotationAngles(float move, float swing, float age, float headYaw, float headPitch, float scale, Entity entity) {
this.boxList.clear();
this.init(0, 0);
super.setRotationAngles(move, swing, age, headYaw, headPitch, scale, entity); super.setRotationAngles(move, swing, age, headYaw, headPitch, scale, entity);
float headRotateAngleY = isSleeping ? 1.4f : headYaw / 57.29578F; float headRotateAngleY = isSleeping ? 1.4f : headYaw / 57.29578F;