[NAK_CVR_Mods] Unfucked for 2026r182

This commit is contained in:
NotAKid 2026-06-18 22:20:56 -05:00
parent c13dc8375a
commit 281403d68b
209 changed files with 3936 additions and 1122 deletions

View file

@ -264,7 +264,7 @@ public class ChatBoxHudMod : MelonMod
if (EntryUsePlayerColors.Value)
{
PlayerColors pc = PlayerColorsManager.GetPlayerColors(playerId);
hex = "#" + ColorUtility.ToHtmlStringRGB(pc.PrimaryColor);
hex = "#" + ColorUtility.ToHtmlStringRGB(pc.EmissionColor);
}
else hex = Friends.FriendsWith(playerId) ? "#4FC3F7" : "#E0E0E0";