fix: cultures editor - don't overwrite border color on color change

This commit is contained in:
Azgaar 2023-12-05 02:45:55 +04:00
parent c758e19e90
commit 52e3088763
4 changed files with 4 additions and 7 deletions

View file

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