Editors fixing + re-versioning

This commit is contained in:
Canis Artorus 2023-03-03 23:52:47 -07:00
parent 4a0f2f1337
commit f532565f4f
7 changed files with 37 additions and 59 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.90.00");
const Editor = await import("../dynamic/editors/religions-editor.js?v=1.89.09");
Editor.open();
}