From a2ca41ee7a370ba202dac02d615175376a13c514 Mon Sep 17 00:00:00 2001 From: zaCade Date: Thu, 19 Oct 2017 19:58:33 +0200 Subject: [PATCH] Mapchooser: Fix mapname not showing. --- mapchooser_extended/scripting/nominations_extended.sp | 2 ++ 1 file changed, 2 insertions(+) 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)) {