(461eade89) Merge branch 'dev' of github.com:Regalis11/Barotrauma-development into dev

This commit is contained in:
Joonas Rikkonen
2019-04-15 12:09:36 +03:00
parent 8a42bb3bbd
commit 373554ddfb
4 changed files with 35 additions and 11 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);
}
}