mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-07 11:01:23 +01:00
fix: clean up neighbors references on state removal (#1304)
* fix: clean up neighbors references on state removal * test: add end-to-end tests for state removal and military regeneration
This commit is contained in:
parent
8ba29b2561
commit
f48178a93c
3 changed files with 97 additions and 1 deletions
|
|
@ -991,7 +991,7 @@ function refreshAllEditors() {
|
|||
// dynamically loaded editors
|
||||
async function editStates() {
|
||||
if (customization) return;
|
||||
const Editor = await import("../dynamic/editors/states-editor.js?v=1.108.1");
|
||||
const Editor = await import("../dynamic/editors/states-editor.js?v=1.112.1");
|
||||
Editor.open();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue