DisguiseLib

DisguiseLib

89k Downloads

Player name in playerlist is not gameprofile's name

mmm1245 opened this issue ยท 1 comments

commented

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()

commented

Thanks for reporting. Should be an easy fix as you've mentioned.