mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
fix links
This commit is contained in:
parent
51a6aa5ad0
commit
44710ab4af
3 changed files with 2 additions and 2 deletions
|
|
@ -424,7 +424,7 @@ async function parseLoadedData(data) {
|
|||
{
|
||||
// dynamically import and run auto-udpdate script
|
||||
const version = parseFloat(params[0]);
|
||||
const {resolveVersionConflicts} = await import("./auto-update.js");
|
||||
const {resolveVersionConflicts} = await import("../dynamic/auto-update.js");
|
||||
resolveVersionConflicts(version);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue