From cd9b26ffd3220ae5092833ca16b939a3e079d68a Mon Sep 17 00:00:00 2001 From: legonzaur Date: Sat, 21 Dec 2024 15:25:57 +0100 Subject: [PATCH] fix : attempt to fix desync for stack_next_card_bought Close #18 --- src/games/services/effect.functions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/games/services/effect.functions.ts b/src/games/services/effect.functions.ts index 593332f..83c2afb 100644 --- a/src/games/services/effect.functions.ts +++ b/src/games/services/effect.functions.ts @@ -351,7 +351,7 @@ export const tokenMappings = { player.stack, session, ); - await gameService.fillMarket(game); + await gameService.fillMarket(game, session); }, [CardEffects.PLAY_NEXT_CARD_BOUGHT]: async ( game: Document & Game,