mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2026-06-22 14:28:27 +00:00
[NAK_CVR_Mods] Unfucked for 2026r182
This commit is contained in:
parent
c13dc8375a
commit
281403d68b
209 changed files with 3936 additions and 1122 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue