mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-26 06:18:00 +01:00
Unused variable
This commit is contained in:
parent
1dc22f4ed4
commit
e1cfe8aa68
1 changed files with 1 additions and 4 deletions
|
@ -42,10 +42,7 @@ public class RenderPonyModel extends RenderPlayerModel<EntityPonyModel> implemen
|
|||
|
||||
@Override
|
||||
public Pony getEntityPony(EntityPonyModel entity) {
|
||||
boolean slim = entity.usesThinSkin();
|
||||
ResourceLocation loc = getEntityTexture(entity);
|
||||
|
||||
return MineLittlePony.getInstance().getManager().getPony(loc);
|
||||
return MineLittlePony.getInstance().getManager().getPony(getEntityTexture(entity));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue