AwesomePossum212 / nametag-plus

A performant and modular solution to Roblox's default nametag system that automatically supports titles, health bars, and more.
MIT License
6 stars 2 forks source link

DisplayName is overridden by group rank. #15

Closed AwesomePossum212 closed 3 years ago

AwesomePossum212 commented 3 years ago

Describe the bug I forgot to add this feature to 1.0.2. Group rank should move to extraStat if display names are in use.

To Reproduce Steps to reproduce the behavior:

  1. Use the release place file from 1.0.2
  2. Link the player's tag with a group
  3. Display name is overridden by group rank.

Expected behavior Display name shifts to extraStat is useDisplayName = true.

Screenshots N/A

Additional context Can be fixed by adding an extra if-then into linkTag.

AwesomePossum212 commented 3 years ago

Tested and this should be fixed in version 1.0.3