This commit is contained in:
Azgaar 2024-11-24 15:02:56 +01:00 committed by sofronaspe
parent 281abf457c
commit 31c1303b28
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();
}