forked from UNLOZE/sm-plugins
Mapchooser: Fix mapname not showing.
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user