Player name in playerlist is not gameprofile's name
mmm1245 opened this issue ยท 1 comments
When I disguise zombie as player and give that disguise GameProfile with name mmm1245, name in tablist isnt mmm1245, but Zombie
You can probably fix this by replacing this.getName() at line 239 in entitymixin_disguise with this.disguiselib$profile.getName()