mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-10 07:05:41 +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;
|
return false;
|
||||||
if(args[0] == "PLAYER")
|
if(args[0] == "PLAYER")
|
||||||
{
|
{
|
||||||
if(args.Length <= 2)
|
if(args.Length < 2)
|
||||||
return false;
|
return false;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue