and genius again

This commit is contained in:
2025-09-24 07:19:16 +09:00
parent 0c38b9397a
commit d91f1a3356

View File

@@ -128,7 +128,7 @@ public class NameplateService : DisposableMediatorSubscriberBase
(isFriend && !friendColorAllowed) (isFriend && !friendColorAllowed)
)) ))
{ {
_logger.LogInformation("added nameplate color to {Name}", playerCharacter.Name.TextValue); //_logger.LogInformation("added nameplate color to {Name}", playerCharacter.Name.TextValue);
handler.NameParts.TextWrap = CreateTextWrap(colors); handler.NameParts.TextWrap = CreateTextWrap(colors);
} }