0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 03:10:44 -05:00

Fixed game load issue

This commit is contained in:
Dev 2024-05-16 11:10:04 +01:00
parent 2696a2dff2
commit 53b7741e39

View File

@ -61,7 +61,7 @@ export class MatchCallbacks
sessionID: string,
): IGetBodyResponseData<IGroupCurrentResponse>
{
throw new Error("Method not implemented.");
return this.httpResponse.getBody({ squad: [] });
}
// eslint-disable-next-line @typescript-eslint/no-unused-vars