mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-09 03:18:25 +00:00
fix maplist type 3 not clearing maps list
This commit is contained in:
parent
fee8edeeda
commit
79c307fea8
@ -1164,6 +1164,8 @@ void LoadMapList()
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_aMapList.Clear();
|
||||||
|
|
||||||
if (g_cvMapListType.IntValue == MapListMixed)
|
if (g_cvMapListType.IntValue == MapListMixed)
|
||||||
{
|
{
|
||||||
ReadMapList(g_aAllMapsList, g_mapFileSerial, "default", MAPLIST_FLAG_CLEARARRAY);
|
ReadMapList(g_aAllMapsList, g_mapFileSerial, "default", MAPLIST_FLAG_CLEARARRAY);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user