mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-06 22:11:02 +00:00
fix formatting in chat
iggy doesnt like multiple shadow colors
This commit is contained in:
parent
78d4bc80cf
commit
64b6914fdc
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue