mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
chore: update hash for cahnged files
This commit is contained in:
parent
7d08aa132f
commit
3d26c12740
1 changed files with 1 additions and 1 deletions
|
|
@ -1206,6 +1206,6 @@ async function editCultures() {
|
||||||
|
|
||||||
async function editReligions() {
|
async function editReligions() {
|
||||||
if (customization) return;
|
if (customization) return;
|
||||||
const Editor = await import("../dynamic/editors/religions-editor.js?v=05062022");
|
const Editor = await import("../dynamic/editors/religions-editor.js?v=06062022");
|
||||||
Editor.open();
|
Editor.open();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue