Update some commands to new system.

This commit is contained in:
hondacrx
2022-11-09 17:30:12 -05:00
parent bca92b80b9
commit c4ce4e45f8
9 changed files with 269 additions and 441 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ namespace Game.Chat
return null;
if (!str.Contains("\""))
return null;
return str;
return str.Replace("\"", String.Empty);
}