fix formatting in chat

iggy doesnt like multiple shadow colors
This commit is contained in:
DrPerkyLegit 2026-04-16 00:08:29 -04:00
parent 78d4bc80cf
commit 64b6914fdc

View file

@ -6620,7 +6620,7 @@ wstring CMinecraftApp::EscapeHTMLString(const wstring& desc)
wstring CMinecraftApp::FormatChatMessage(const wstring& desc, bool applyColor)
{
static std::wstring_view colorFormatString = L"<font color=\"#%08x\" shadowcolor=\"#%08x\">";
static std::wstring_view colorFormatString = L"<font color=\"#%08x\">";
wstring results = desc;
wchar_t replacements[64];