mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 14:58:06 +03:00
Update admincmd.sma
Doubled values requested in https://github.com/alliedmodders/amxmodx/issues/1041
This commit is contained in:
parent
ec82e3f34c
commit
4195c45ac9
@ -741,7 +741,7 @@ public cmdCvar(id, level, cid)
|
|||||||
if (!cmd_access(id, level, cid, 2))
|
if (!cmd_access(id, level, cid, 2))
|
||||||
return PLUGIN_HANDLED
|
return PLUGIN_HANDLED
|
||||||
|
|
||||||
new arg[32], arg2[64]
|
new arg[64], arg2[128]
|
||||||
|
|
||||||
read_argv(1, arg, charsmax(arg))
|
read_argv(1, arg, charsmax(arg))
|
||||||
read_argv(2, arg2, charsmax(arg2))
|
read_argv(2, arg2, charsmax(arg2))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user