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:
parent
f95df77260
commit
081686e141
@ -465,6 +465,7 @@ export class GameController {
|
|||||||
eft: true,
|
eft: true,
|
||||||
arena: false,
|
arena: false,
|
||||||
},
|
},
|
||||||
|
isGameSynced: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
return config;
|
return config;
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user