(84bcafc68) Added "text picker menu" to ItemMsgs, replace """ with a quotation mark in texts
This commit is contained in:
@@ -37,6 +37,7 @@ namespace Barotrauma
|
||||
text = text.Replace("&", "&");
|
||||
text = text.Replace("<", "<");
|
||||
text = text.Replace(">", ">");
|
||||
text = text.Replace(""", "\"");
|
||||
infoList.Add(text);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user