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:
Matt Woodrow 2007-12-28 02:41:52 +00:00
parent 306be48027
commit d28eca4bb3

View File

@ -411,8 +411,8 @@ public ParamCheck(client)
PrintToChatAll("Building List Menu");
new String:temp[6];
new String:value[NAME_LENGTH];
new String:text[NAME_LENGTH];
new String:value[64];
new String:text[64];
new i=1;
new bool:more = true;