fix maplist type 3 not clearing maps list

This commit is contained in:
rtldg 2023-03-31 05:42:52 +00:00
parent fee8edeeda
commit 79c307fea8

View File

@ -1164,6 +1164,8 @@ void LoadMapList()
return;
}
g_aMapList.Clear();
if (g_cvMapListType.IntValue == MapListMixed)
{
ReadMapList(g_aAllMapsList, g_mapFileSerial, "default", MAPLIST_FLAG_CLEARARRAY);