0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

Added new response property

This commit is contained in:
Chomp 2025-02-07 09:49:16 +00:00
parent f95df77260
commit 081686e141
2 changed files with 2 additions and 0 deletions

View File

@ -465,6 +465,7 @@ export class GameController {
eft: true, eft: true,
arena: false, arena: false,
}, },
isGameSynced: true,
}; };
return config; return config;

View File

@ -14,6 +14,7 @@ export interface IGameConfigResponse {
twitchEventMember: boolean; twitchEventMember: boolean;
sessionMode: string; sessionMode: string;
purchasedGames: IPurchasedGames; purchasedGames: IPurchasedGames;
isGameSynced: boolean;
} }
export interface IPurchasedGames { export interface IPurchasedGames {