forgot to delete all_maps

This commit is contained in:
rtldg 2021-11-14 22:48:18 +00:00
parent 693e1ce641
commit a2003f72c8

View File

@ -1183,6 +1183,7 @@ public void LoadZonedMapsCallbackMixed(Database db, DBResultSet results, const c
}
PrintToServer("Shavit-Mapchooser Query callback. Number of returned results: %i, Maps added to g_aMapList:%i, g_aAllMapsList.Length:%i, all_maps:%i", resultlength, mapsadded, g_aAllMapsList.Length, all_maps.Size);
delete all_maps;
CreateNominateMenu();
}