mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
fix: clean cultures on regeneration, v1.89.07
This commit is contained in:
parent
acbe839ee7
commit
d40cab2e28
7 changed files with 41 additions and 35 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue