fix: playtime count and custom games request on process watcher

This commit is contained in:
Zamitto
2025-10-30 07:35:49 -03:00
parent 1bd88e6c6e
commit a2ef0f304d
4 changed files with 41 additions and 13 deletions

View File

@@ -167,6 +167,8 @@ export class AchievementWatcherManager {
shop: GameShop,
objectId: string
) {
if (shop === "custom") return;
const gameKey = levelKeys.game(shop, objectId);
if (this.alreadySyncedGames.get(gameKey)) return;