Increased max length for list items
--HG-- branch : sourcemod-1.1.0 extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/branches/sourcemod-1.1.0%401831
This commit is contained in:
parent
306be48027
commit
d28eca4bb3
@ -411,8 +411,8 @@ public ParamCheck(client)
|
|||||||
PrintToChatAll("Building List Menu");
|
PrintToChatAll("Building List Menu");
|
||||||
|
|
||||||
new String:temp[6];
|
new String:temp[6];
|
||||||
new String:value[NAME_LENGTH];
|
new String:value[64];
|
||||||
new String:text[NAME_LENGTH];
|
new String:text[64];
|
||||||
new i=1;
|
new i=1;
|
||||||
new bool:more = true;
|
new bool:more = true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user