Update getProfileStatus() to make live

This commit is contained in:
Dev 2023-12-29 23:24:23 +00:00
parent 11e64eacab
commit 6a8d8258dd

View File

@ -376,12 +376,13 @@ export class ProfileController
sid: "", sid: "",
ip: "", ip: "",
port: 0, port: 0,
version: "live", }, {
location: "bigmap", profileid: account.id,
raidMode: "Online", profileToken: null,
mode: "deathmatch", status: "Free",
shortId: "xxx1x1", sid: "",
}, { profileid: account.id, profileToken: null, status: "Free", sid: "", ip: "", port: 0 }], ip: "",
port: 0 }],
}; };
return response; return response;