(84bcafc68) Added "text picker menu" to ItemMsgs, replace """ with a quotation mark in texts

This commit is contained in:
Joonas Rikkonen
2019-04-15 12:08:39 +03:00
parent 21a1b05ae7
commit 45be409a84
3 changed files with 21 additions and 1 deletions
@@ -37,6 +37,7 @@ namespace Barotrauma
text = text.Replace("&", "&");
text = text.Replace("&lt;", "<");
text = text.Replace("&gt;", ">");
text = text.Replace("&quot;", "\"");
infoList.Add(text);
}
}