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:
parent
6c1af7ee30
commit
bb82eb772b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user