0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 02:50:44 -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,
arena: false,
},
isGameSynced: true,
};
return config;

View File

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