dont run the migration every time

This commit is contained in:
Olivier Gagnon 2021-11-10 12:36:15 -05:00
parent 9fe817daf2
commit 9799d2f33b
4 changed files with 16 additions and 17 deletions

26
dist/vendor.bundle.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -228,7 +228,6 @@ function evaluateVersionCompatibility(ver: string | number): void {
Player.reapplyAllSourceFiles(); Player.reapplyAllSourceFiles();
} }
} }
v1APIBreak();
} }
function loadGame(saveString: string): boolean { function loadGame(saveString: string): boolean {