diff --git a/mapchooser_extended/scripting/nominations_extended.sp b/mapchooser_extended/scripting/nominations_extended.sp index bb534708..dedea0e6 100644 --- a/mapchooser_extended/scripting/nominations_extended.sp +++ b/mapchooser_extended/scripting/nominations_extended.sp @@ -891,6 +891,8 @@ public int Handler_AdminMapSelectMenu(Menu menu, MenuAction action, int param1, static char buffer[100]; static char display[150]; + strcopy(buffer, sizeof(buffer), map); + int status; if(GetTrieValue(g_mapTrie, map, status)) {