Skip to content

Commit

Permalink
Update Entity.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAntares authored Mar 10, 2018
1 parent fb03df5 commit 301cb3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Renderer/Entity/Entity.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ define( function( require )
this.display.name = unit.name;
this.display.update(
this.objecttype === Entity.TYPE_MOB ? this.display.STYLE.MOB :
this.objecttype === Entity.TYPE_DISGUISED ? this.display.STYLE.MOB :
this.objecttype === Entity.TYPE_NPC ? this.display.STYLE.NPC :
this.display.STYLE.DEFAULT
);
Expand Down

0 comments on commit 301cb3d

Please sign in to comment.