(a410fd46c) Trying to help the merge script through a jungle of merges
This commit is contained in:
@@ -174,8 +174,8 @@ namespace Barotrauma.Networking
|
||||
get { return name; }
|
||||
set
|
||||
{
|
||||
if (string.IsNullOrEmpty(value)) return;
|
||||
name = value;
|
||||
if (string.IsNullOrEmpty(value)) { return; }
|
||||
name = value.Replace(":", "").Replace(";", "");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user