This commit is contained in:
Azgaar 2024-11-24 15:02:56 +01:00
parent 8db9dc9bed
commit fa03b2d705
4 changed files with 23 additions and 18 deletions

View file

@ -1255,7 +1255,7 @@ async function editStates() {
async function editCultures() {
if (customization) return;
const Editor = await import("../dynamic/editors/cultures-editor.js?v=1.105.11");
const Editor = await import("../dynamic/editors/cultures-editor.js?v=1.105.23");
Editor.open();
}