mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +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;
|
||||
}
|
||||
|
||||
g_aMapList.Clear();
|
||||
|
||||
if (g_cvMapListType.IntValue == MapListMixed)
|
||||
{
|
||||
ReadMapList(g_aAllMapsList, g_mapFileSerial, "default", MAPLIST_FLAG_CLEARARRAY);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user