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:
David Anderson 2007-08-05 15:41:09 +00:00
parent 5b564e15da
commit 082d9ecafe

View File

@ -127,7 +127,7 @@ public Action:Command_AddBan(client, args)
new minutes = StringToInt(time);
decl String:reason[128];
new String:reason[128];
if (args >= 3)
{
GetCmdArg(3, reason, sizeof(reason));