1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-02-12 02:49:20 +00:00

minor fix

This commit is contained in:
Sense101 2021-08-25 16:32:11 +01:00
parent 71a41fae2a
commit 145d099dbb

View File

@ -634,7 +634,7 @@ export class PuzzleMenuState extends TextualGameState {
return; return;
} }
const savegame = this.createEmptySavegame(); const savegame = Savegame.createPuzzleSavegame(this.app);
this.moveToState("InGameState", { this.moveToState("InGameState", {
gameModeId: enumGameModeIds.puzzleEdit, gameModeId: enumGameModeIds.puzzleEdit,
gameModeParameters: { gameModeParameters: {