mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-04 17:41:23 +01:00
fix: restore MFCG link
This commit is contained in:
parent
d0395624af
commit
753db70283
4 changed files with 4 additions and 4 deletions
|
|
@ -1033,7 +1033,7 @@ export function resolveVersionConflicts(mapVersion) {
|
|||
if (!burg.group) Burgs.defineGroup(burg, populations);
|
||||
|
||||
if (burg.MFCG) {
|
||||
burg.link = getBurgLink(burg);
|
||||
burg.link = Burgs.getPreview(burg)?.link;
|
||||
delete burg.MFCG;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue