v0.14.6.0
This commit is contained in:
@@ -26,6 +26,7 @@ namespace Barotrauma
|
||||
sanitizedText = text;
|
||||
if (!string.IsNullOrEmpty(text) && text.Contains(definitionIndicator))
|
||||
{
|
||||
text = text.Replace("\r", "");
|
||||
string[] segments = text.Split(definitionIndicator);
|
||||
|
||||
sanitizedText = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user