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:
parent
71a41fae2a
commit
145d099dbb
@ -634,7 +634,7 @@ export class PuzzleMenuState extends TextualGameState {
|
||||
return;
|
||||
}
|
||||
|
||||
const savegame = this.createEmptySavegame();
|
||||
const savegame = Savegame.createPuzzleSavegame(this.app);
|
||||
this.moveToState("InGameState", {
|
||||
gameModeId: enumGameModeIds.puzzleEdit,
|
||||
gameModeParameters: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user