mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-12 21: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,
|
||||
arena: false,
|
||||
},
|
||||
isGameSynced: true,
|
||||
};
|
||||
|
||||
return config;
|
||||
|
@ -14,6 +14,7 @@ export interface IGameConfigResponse {
|
||||
twitchEventMember: boolean;
|
||||
sessionMode: string;
|
||||
purchasedGames: IPurchasedGames;
|
||||
isGameSynced: boolean;
|
||||
}
|
||||
|
||||
export interface IPurchasedGames {
|
||||
|
Loading…
x
Reference in New Issue
Block a user