ui-redesign #41

Merged
choco merged 2 commits from ui-redesign into 1.12.0 2025-10-04 20:01:37 +00:00
Showing only changes of commit 87e6c0b3f6 - Show all commits

View File

@@ -70,7 +70,8 @@ public class NameplateService : DisposableMediatorSubscriberBase
{
handler.NameParts.TextWrap = CreateTextWrap(colors);
if (_configService.Current.overrideFcTagColor)
if (_configService.Current.overrideFcTagColor &&
playerCharacter.CompanyTag.TextValue.Length > 0)
{
handler.FreeCompanyTagParts.OuterWrap = CreateTextWrap(colors);
handler.FreeCompanyTagParts.TextWrap = CreateTextWrap(colors);