Remove redundant check

This commit is contained in:
Sollace 2019-11-28 14:18:07 +02:00
parent 8f8efed413
commit ca9df128cd

View file

@ -545,11 +545,6 @@ public abstract class AbstractPonyModel<T extends LivingEntity> extends ClientPo
@Override
public float getRiderYOffset() {
if (isChild()) {
return 0.25F;
}
switch (getSize()) {
case NORMAL: return 0.4F;
case FOAL: