Mapchooser: Fix mapname not showing.
This commit is contained in:
parent
1d7688ee00
commit
a2ca41ee7a
@ -891,6 +891,8 @@ public int Handler_AdminMapSelectMenu(Menu menu, MenuAction action, int param1,
|
|||||||
static char buffer[100];
|
static char buffer[100];
|
||||||
static char display[150];
|
static char display[150];
|
||||||
|
|
||||||
|
strcopy(buffer, sizeof(buffer), map);
|
||||||
|
|
||||||
int status;
|
int status;
|
||||||
if(GetTrieValue(g_mapTrie, map, status))
|
if(GetTrieValue(g_mapTrie, map, status))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user