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