Fixed amb1288: amx_banip did not show time (patch from "James")

This commit is contained in:
David Anderson 2008-08-16 06:16:29 +00:00
parent 7beef260f2
commit 24ff7c3a01

View File

@ -457,11 +457,11 @@ public cmdBan(id, level, cid)
len += formatex(msg[len], charsmax(msg) - len, " %s ", name2);
if (nNum)
{
formatex(msg[len], charsmax(msg) - len, "%L", i, "FOR_MIN", minutes);
len += formatex(msg[len], charsmax(msg) - len, "%L", i, "FOR_MIN", minutes);
}
else
{
formatex(msg[len], charsmax(msg) - len, "%L", i, "PERM");
len += formatex(msg[len], charsmax(msg) - len, "%L", i, "PERM");
}
if (strlen(reason) > 0)
{