From 64b6914fdc0ba74d027fc7c2876d66902f100101 Mon Sep 17 00:00:00 2001 From: DrPerkyLegit Date: Thu, 16 Apr 2026 00:08:29 -0400 Subject: [PATCH] fix formatting in chat iggy doesnt like multiple shadow colors --- Minecraft.Client/Common/Consoles_App.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/Common/Consoles_App.cpp b/Minecraft.Client/Common/Consoles_App.cpp index 323386169..8e08abbc9 100644 --- a/Minecraft.Client/Common/Consoles_App.cpp +++ b/Minecraft.Client/Common/Consoles_App.cpp @@ -6620,7 +6620,7 @@ wstring CMinecraftApp::EscapeHTMLString(const wstring& desc) wstring CMinecraftApp::FormatChatMessage(const wstring& desc, bool applyColor) { - static std::wstring_view colorFormatString = L""; + static std::wstring_view colorFormatString = L""; wstring results = desc; wchar_t replacements[64];