fix: clean cultures on regeneration, v1.89.07

This commit is contained in:
Azgaar 2023-02-19 18:11:07 +04:00
parent acbe839ee7
commit d40cab2e28
7 changed files with 41 additions and 35 deletions

View file

@ -1188,6 +1188,6 @@ async function editCultures() {
async function editReligions() {
if (customization) return;
const Editor = await import("../dynamic/editors/religions-editor.js?v=1.88.06");
const Editor = await import("../dynamic/editors/religions-editor.js?v=1.88.07");
Editor.open();
}