Merge branch 'Azgaar:master' into localization-dev

This commit is contained in:
mosuzi 2023-07-25 09:37:53 +08:00 committed by GitHub
commit 1f4d4abe18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 144 additions and 7 deletions

View file

@ -214,7 +214,6 @@ function editDiplomacy() {
function selectRelation(subjectId, objectId, currentRelation) {
const states = pack.states;
const subject = states[subjectId];
const object = states[objectId];
const relationsSelector = Object.entries(relations)
.map(

View file

@ -1176,7 +1176,7 @@ function refreshAllEditors() {
// dynamically loaded editors
async function editStates() {
if (customization) return;
const Editor = await import("../dynamic/editors/states-editor.js?v=1.89.05");
const Editor = await import("../dynamic/editors/states-editor.js?v=1.89.35");
Editor.open();
}