Misc command updates.

This commit is contained in:
hondacrx
2022-06-04 17:45:09 -04:00
parent 011c31d8a3
commit 91226121c4
8 changed files with 71 additions and 149 deletions
+1 -1
View File
@@ -705,7 +705,7 @@ namespace Game.Chat
int partIndex = 0;
while (true)
{
if (partIndex >= part.Length)
if (partIndex >= part.Length || part[partIndex] == ' ')
return true;
else if (partIndex >= name.Length)
return false;