mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-07-02 05:27:02 +00:00
fix: apostrophes and quotes displaying as HTML entities in chat
This commit is contained in:
parent
fde5fbe6f4
commit
cf81dd9d13
|
|
@ -6661,8 +6661,6 @@ wstring CMinecraftApp::EscapeHTMLString(const wstring& desc)
|
|||
{L'&', L"&"},
|
||||
{L'<', L"<"},
|
||||
{L'>', L">"},
|
||||
{L'\"', L"""},
|
||||
{L'\'', L"'"},
|
||||
};
|
||||
|
||||
wstring finalString = L"";
|
||||
|
|
|
|||
Loading…
Reference in a new issue