mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
refactor: split states and burgs generators
This commit is contained in:
parent
d7d79ad740
commit
f51f78a7a6
1 changed files with 1 additions and 1 deletions
|
|
@ -969,7 +969,7 @@ export function resolveVersionConflicts(mapVersion) {
|
|||
icons.selectAll("circle, use").remove();
|
||||
|
||||
options.burgs = {
|
||||
groups: States.getDefaultGroups()
|
||||
groups: Burgs.getDefaultGroups()
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue