Update admincmd.sma

Doubled values requested in https://github.com/alliedmodders/amxmodx/issues/1041
This commit is contained in:
Rustam Zigandarov 2022-03-22 23:33:33 +03:00 committed by GitHub
parent ec82e3f34c
commit 4195c45ac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -741,7 +741,7 @@ public cmdCvar(id, level, cid)
if (!cmd_access(id, level, cid, 2))
return PLUGIN_HANDLED
new arg[32], arg2[64]
new arg[64], arg2[128]
read_argv(1, arg, charsmax(arg))
read_argv(2, arg2, charsmax(arg2))