Fixed not being able to select an elytra texture

This commit is contained in:
Sollace 2018-07-28 18:12:38 +02:00
parent b0c5c5d73f
commit 7e1f2f9930

View file

@ -59,7 +59,7 @@ public class EntityPlayerModel extends EntityLivingBase implements IBlankSkinSup
if (type == Type.SKIN) {
skin.setLocal(skinTextureFile);
} else if (type == Type.ELYTRA) {
skin.setLocal(skinTextureFile);
elytra.setLocal(skinTextureFile);
}
}