Some cleanups to commands.

This commit is contained in:
hondacrx
2022-06-07 17:49:43 -04:00
parent 22e3faa502
commit 3e0f40be0c
12 changed files with 132 additions and 42 deletions
+1 -1
View File
@@ -470,7 +470,7 @@ namespace Game.Chat
bool explain = false;
uint groupID = 0;
if (explainOrGroupId.Equals("explain"))
if (explainOrGroupId.Equals("explain", StringComparison.OrdinalIgnoreCase))
explain = true;
else
groupID = uint.Parse(explainOrGroupId);