mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 21:55:42 +12:00
abc
This commit is contained in:
parent
54cee694ff
commit
a7bf915adb
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ namespace HISP.Game.Chat
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (id < 0 || id > instances.Length-1)
|
if (id < 0 || id > instances.Length)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
switch (args[1].ToUpper())
|
switch (args[1].ToUpper())
|
||||||
|
|
Loading…
Add table
Reference in a new issue