New Map ignores old locked things

This commit is contained in:
Canis Artorus 2023-02-23 13:23:24 -07:00
parent 1c3ec99c59
commit 5e127df8a5

View file

@ -2038,6 +2038,8 @@ const regenerateMap = debounce(async function (options) {
customization = 0; customization = 0;
resetZoom(1000); resetZoom(1000);
undraw(); undraw();
pack.religions = [];
pack.cultures = [];
await generate(options); await generate(options);
restoreLayers(); restoreLayers();
if (ThreeD.options.isOn) ThreeD.redraw(); if (ThreeD.options.isOn) ThreeD.redraw();