Merge branch 'main' of https://github.com/hydralauncher/hydra into release/v3.7.2

This commit is contained in:
Chubby Granny Chaser
2025-10-29 18:21:39 +00:00
14 changed files with 57 additions and 51 deletions

View File

@@ -27,6 +27,10 @@ export const getGameAchievementData = async (
shop: GameShop,
useCachedData: boolean
) => {
if (shop === "custom") {
return [];
}
const gameKey = levelKeys.game(shop, objectId);
const cachedAchievements = await gameAchievementsSublevel.get(gameKey);