Update getProfileStatus()
to make live
This commit is contained in:
parent
11e64eacab
commit
6a8d8258dd
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user