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];