diff --git a/project/src/controllers/ProfileController.ts b/project/src/controllers/ProfileController.ts index d55af6ea..36239b86 100644 --- a/project/src/controllers/ProfileController.ts +++ b/project/src/controllers/ProfileController.ts @@ -376,12 +376,13 @@ export class ProfileController sid: "", ip: "", port: 0, - version: "live", - location: "bigmap", - raidMode: "Online", - mode: "deathmatch", - shortId: "xxx1x1", - }, { profileid: account.id, profileToken: null, status: "Free", sid: "", ip: "", port: 0 }], + }, { + profileid: account.id, + profileToken: null, + status: "Free", + sid: "", + ip: "", + port: 0 }], }; return response;