(add7a8fe6) Fixed: Error in localization when importing npc conversations. Added: proofread englishvanilla
This commit is contained in:
@@ -37,7 +37,6 @@ namespace Barotrauma
|
||||
text = text.Replace("&", "&");
|
||||
text = text.Replace("<", "<");
|
||||
text = text.Replace(">", ">");
|
||||
text = text.Replace(""", "\"");
|
||||
infoList.Add(text);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user