diff --git a/project/src/controllers/GameController.ts b/project/src/controllers/GameController.ts index b9aaf0ab..3af29a46 100644 --- a/project/src/controllers/GameController.ts +++ b/project/src/controllers/GameController.ts @@ -465,6 +465,7 @@ export class GameController { eft: true, arena: false, }, + isGameSynced: true, }; return config; diff --git a/project/src/models/eft/game/IGameConfigResponse.ts b/project/src/models/eft/game/IGameConfigResponse.ts index ecf0baff..4a9923c3 100644 --- a/project/src/models/eft/game/IGameConfigResponse.ts +++ b/project/src/models/eft/game/IGameConfigResponse.ts @@ -14,6 +14,7 @@ export interface IGameConfigResponse { twitchEventMember: boolean; sessionMode: string; purchasedGames: IPurchasedGames; + isGameSynced: boolean; } export interface IPurchasedGames {