From 082d9ecafe1ad09045172362d1958e184482c7b7 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 5 Aug 2007 15:41:09 +0000 Subject: [PATCH] reverted change from r1124 that introduced a bug --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401269 --- plugins/basecommands.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/basecommands.sp b/plugins/basecommands.sp index 33253987e..c265df6d0 100644 --- a/plugins/basecommands.sp +++ b/plugins/basecommands.sp @@ -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));