fixed amb1147 - truncation of cvars in sm_cvar

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401677
This commit is contained in:
David Anderson 2007-11-11 06:24:31 +00:00
parent 6c1af7ee30
commit bb82eb772b

View File

@ -242,7 +242,7 @@ public Action:Command_Cvar(client, args)
return Plugin_Handled;
}
decl String:cvarname[33];
decl String:cvarname[64];
GetCmdArg(1, cvarname, sizeof(cvarname));
new Handle:hndl = FindConVar(cvarname);