1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Fix savegame bugs

This commit is contained in:
tobspr
2021-05-24 16:47:36 +02:00
parent e1e27b4822
commit 65721e0837
14 changed files with 30 additions and 98 deletions

View File

@@ -246,7 +246,7 @@ export class PuzzleMenuState extends TextualGameState {
/**
*
* @param {*} category
* @returns {Promise<import("../savegame/savegame_typedefs").PuzzleMetadata[]}
* @returns {Promise<import("../savegame/savegame_typedefs").PuzzleMetadata[]>}
*/
getPuzzlesForCategory(category) {
if (category === "levels") {