From c6f5555c07d90321bae697e886a3abf47490651a Mon Sep 17 00:00:00 2001 From: zockol Date: Mon, 25 Sep 2023 10:14:08 +0200 Subject: [PATCH] changed back to cfg.pg_claimdlc confition --- prime-gaming.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-gaming.js b/prime-gaming.js index f80b77a..10fee44 100644 --- a/prime-gaming.js +++ b/prime-gaming.js @@ -299,7 +299,7 @@ try { } // https://github.com/vogler/free-games-claimer/issues/55 - if (1) { + if (cfg.pg_claimdlc) { console.log('Trying to claim in-game content...'); await page.click('button[data-type="InGameLoot"]'); const loot = page.locator('div[data-a-target="offer-list-IN_GAME_LOOT"]');