Replace GetCmdArgs with args param (#1229)
This commit is contained in:
parent
3696a4cd9e
commit
5ed2f79217
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user