Fixed bug in cmd_access with usage printing (#434)

This commit is contained in:
Artem Golubikhin 2017-05-02 13:54:07 +03:00 committed by Vincent Herbet
parent 1a56577f7a
commit 7794f27dc2

View File

@ -79,7 +79,7 @@ stock cmd_access(id, level, cid, num, bool:accesssilent = false)
if (read_argc() < num)
{
new hcmd[32], hinfo[128], hflag, bool:info_ml;
get_concmd(cid, hcmd, charsmax(hcmd), hflag, hinfo, charsmax(hinfo), level, info_ml);
get_concmd(cid, hcmd, charsmax(hcmd), hflag, hinfo, charsmax(hinfo), level, _, info_ml);
if (info_ml)
{