diff --git a/mapchooser_extended/scripting/nominations_extended_avg.sp b/mapchooser_extended/scripting/nominations_extended_avg.sp index c2e3ba5..443c97e 100755 --- a/mapchooser_extended/scripting/nominations_extended_avg.sp +++ b/mapchooser_extended/scripting/nominations_extended_avg.sp @@ -942,6 +942,7 @@ Menu BuildCategoryMenu(int client) AddMenuItem(menu, category, category); } + AddMenuItem(menu, "Full Map list", "Full Map list"); delete categories; SetMenuExitButton(menu, true); @@ -1026,7 +1027,7 @@ Menu BuildMapMenu(const char[] filter, int client, const char[] category = "") { GetArrayString(g_MapList, i, map, sizeof(map)); - if (category[0]) + if (category[0] && !StrEqual(category, "Full Map list")) { //only shows maps that are in this actual category. GetMapCategory(map, mapCategory, sizeof(mapCategory));