forked from GitHub-Mirrors/foundry-sw5e
Update Core to 1.4.2
Update Core to 1.4.2 and internal Version to 1.4.2.R1-A8
This commit is contained in:
parent
48b6ab8e18
commit
76e4d74508
10 changed files with 146 additions and 70 deletions
2
sw5e.js
2
sw5e.js
|
@ -290,7 +290,7 @@ Hooks.once("ready", function () {
|
|||
// Determine whether a system migration is required and feasible
|
||||
if (!game.user.isGM) return;
|
||||
const currentVersion = game.settings.get("sw5e", "systemMigrationVersion");
|
||||
const NEEDS_MIGRATION_VERSION = "1.4.1.R1-A8";
|
||||
const NEEDS_MIGRATION_VERSION = "1.4.2.R1-A8";
|
||||
// Check for R1 SW5E versions
|
||||
const SW5E_NEEDS_MIGRATION_VERSION = "R1-A8";
|
||||
const COMPATIBLE_MIGRATION_VERSION = 0.8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue