mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 13:45:42 +12:00
fix %GOTO PLAYER
This commit is contained in:
parent
41578298b6
commit
3cad676e66
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ namespace HISP.Game.Chat
|
|||
return false;
|
||||
if(args[0] == "PLAYER")
|
||||
{
|
||||
if(args.Length <= 2)
|
||||
if(args.Length < 2)
|
||||
return false;
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue