char gui
This commit is contained in:
parent
09ce79e666
commit
868a5ed9ea
7 changed files with 366 additions and 2087 deletions
|
@ -4608,7 +4608,7 @@ public abstract class EntityNPC extends EntityLiving
|
|||
|
||||
public LayerExtra getExtrasLayer()
|
||||
{
|
||||
return this.isPlayer() ? EntityTexManager.getLayer(this.getId()) : EntityTexManager.getNpcLayer(this.getChar());
|
||||
return this.isPlayer() ? EntityTexManager.getLayer(this.getId(), this.species.renderer) : EntityTexManager.getNpcLayer(this.getChar(), this.species.renderer);
|
||||
}
|
||||
|
||||
public String getLocationSkin()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue