1.12.X - LightFinder + Bugfixes + Other fixes from 1.11.X #39

Merged
defnotken merged 85 commits from 1.12.0 into master 2025-10-05 05:48:32 +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);