mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
fix: religion editor toggles culture layer on
This commit is contained in:
parent
9f32bb258c
commit
9215a01548
4 changed files with 5 additions and 5 deletions
|
|
@ -1188,6 +1188,6 @@ async function editCultures() {
|
|||
|
||||
async function editReligions() {
|
||||
if (customization) return;
|
||||
const Editor = await import("../dynamic/editors/religions-editor.js?v=06062022");
|
||||
const Editor = await import("../dynamic/editors/religions-editor.js?v=08062022");
|
||||
Editor.open();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue