fix %GOTO PLAYER

This commit is contained in:
SilicaAndPina 2021-02-04 14:25:51 +13:00
parent 41578298b6
commit 3cad676e66

View file

@ -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
{