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:
parent
4617fe01ca
commit
2e3cd126fb
@ -170,8 +170,8 @@ export class SavegameInterface_ML01 extends SavegameInterface_V1007 {
|
|||||||
/**
|
/**
|
||||||
* @param {import("../savegame_typedefs.js").SavegameData} data
|
* @param {import("../savegame_typedefs.js").SavegameData} data
|
||||||
*/
|
*/
|
||||||
static migrate1007toML01(data) {
|
static migrate1008toML01(data) {
|
||||||
logger.log("Migrating 1007 to ML01");
|
logger.log("Migrating 1008 to ML01");
|
||||||
const dump = data.dump;
|
const dump = data.dump;
|
||||||
if (!dump) {
|
if (!dump) {
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user