De-debugging! So it that just like... bugging?

This commit is contained in:
Sollace 2018-09-10 17:27:31 +02:00
parent 0a171b6a56
commit b1a8627e9a

View file

@ -5,6 +5,7 @@ import net.minecraft.util.ResourceLocation;
import com.minelittlepony.model.BodyPart;
import com.minelittlepony.model.capabilities.IModel;
import com.minelittlepony.pony.data.PonyWearable;
import com.minelittlepony.render.model.PlaneRenderer;
import com.minelittlepony.render.model.PonyRenderer;
@ -48,7 +49,6 @@ public class Stetson extends AbstractGear {
@Override
public boolean canRender(IModel model, Entity entity) {
return true;//model.isWearing(PonyWearable.STETSON);
return model.isWearing(PonyWearable.STETSON);
}
}