mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-12 21:30:43 -05:00
Fixed formatting of client/prestige/list
response
This commit is contained in:
parent
d5690dd403
commit
5383e11d15
@ -44,7 +44,7 @@ export class PrestigeController {
|
||||
* Handle /client/prestige/list
|
||||
*/
|
||||
public getPrestige(sessionID: string, info: any): any {
|
||||
return this.databaseService.getTemplates().prestige;
|
||||
return { elements: this.databaseService.getTemplates().prestige };
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user