fix: fixing seeding on level

This commit is contained in:
Chubby Granny Chaser
2025-02-03 13:50:34 +00:00
parent 7e54a6d0a9
commit e85a568e6e
3 changed files with 7 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ const pauseGameSeed = async (
await downloadsSublevel.put(downloadKey, {
...download,
status: "complete",
shouldSeed: false,
});

View File

@@ -14,6 +14,7 @@ const resumeGameSeed = async (
await downloadsSublevel.put(levelKeys.game(shop, objectId), {
...download,
status: "seeding",
shouldSeed: true,
});