This commit is contained in:
Bluzume 2021-11-05 01:00:57 -04:00
parent 54cee694ff
commit a7bf915adb

View file

@ -470,7 +470,7 @@ namespace HISP.Game.Chat
return false;
}
if (id < 0 || id > instances.Length-1)
if (id < 0 || id > instances.Length)
return false;
switch (args[1].ToUpper())