1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Updated ml01

This commit is contained in:
DJ1TJOO 2021-03-10 16:54:18 +01:00
parent 4617fe01ca
commit 2e3cd126fb

View File

@ -170,8 +170,8 @@ export class SavegameInterface_ML01 extends SavegameInterface_V1007 {
/**
* @param {import("../savegame_typedefs.js").SavegameData} data
*/
static migrate1007toML01(data) {
logger.log("Migrating 1007 to ML01");
static migrate1008toML01(data) {
logger.log("Migrating 1008 to ML01");
const dump = data.dump;
if (!dump) {
return true;