From e315c56f7bf2f3dce623e0dfa4bee2d9cb888513 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 17 Sep 2022 16:39:50 +0200 Subject: [PATCH] fix this https://rdrama.org/post/18459/marseycapywalking-megathread-for-bugs-and-suggestions/2737764?context=8#context --- files/routes/chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/chat.py b/files/routes/chat.py index cb96ede52..8e4b31210 100644 --- a/files/routes/chat.py +++ b/files/routes/chat.py @@ -68,7 +68,7 @@ def speak(data, v): "avatar": v.profile_url, "hat": v.hat_active, "username": v.username, - "namecolor": v.namecolor, + "namecolor": v.name_color, "text": text, "text_html": text_html, "text_censored": censor_slurs(text_html, 'chat'),