pg: skipBasedOnTime if days left > PG_TIMELEFT
This commit is contained in:
parent
92cb32ff2d
commit
0fefcc47b7
2 changed files with 20 additions and 18 deletions
|
|
@ -49,5 +49,5 @@ export const cfg = {
|
|||
pg_redeem: process.env.PG_REDEEM == '1', // prime-gaming: redeem keys on external stores
|
||||
lg_email: process.env.LG_EMAIL || process.env.PG_EMAIL || process.env.EMAIL, // prime-gaming: external: legacy-games: email to use for redeeming
|
||||
pg_claimdlc: process.env.PG_CLAIMDLC == '1', // prime-gaming: claim in-game content
|
||||
pg_timeLeft: process.env.PG_TIMELEFT == '1', // prime-gaming: list time left to claim
|
||||
pg_timeLeft: Number(process.env.PG_TIMELEFT), // prime-gaming: check time left to claim and skip game if there are more than PG_TIMELEFT days left to claim it
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue