reverted change from r1124 that introduced a bug
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401269
This commit is contained in:
parent
5b564e15da
commit
082d9ecafe
@ -127,7 +127,7 @@ public Action:Command_AddBan(client, args)
|
|||||||
|
|
||||||
new minutes = StringToInt(time);
|
new minutes = StringToInt(time);
|
||||||
|
|
||||||
decl String:reason[128];
|
new String:reason[128];
|
||||||
if (args >= 3)
|
if (args >= 3)
|
||||||
{
|
{
|
||||||
GetCmdArg(3, reason, sizeof(reason));
|
GetCmdArg(3, reason, sizeof(reason));
|
||||||
|
Loading…
Reference in New Issue
Block a user