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: "",
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;