Replace GetCmdArgs with args param (#1229)

This commit is contained in:
Arron Vinyard 2020-05-08 18:09:44 -04:00 committed by GitHub
parent 3696a4cd9e
commit 5ed2f79217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ public Action HelpCmd(int client, int args)
GetCmdArg(0, CmdName, sizeof(CmdName));
if (GetCmdArgs() >= 1)
if (args >= 1)
{
GetCmdArg(1, arg, sizeof(arg));
StringToIntEx(arg, PageNum);