BREAKING CHANGE: 3.0 arrived.
This commit is contained in:
parent
2cb866bc2f
commit
0c1c02e07a
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ export class GBVMService extends GBService {
|
||||||
const pid = GBAdminService.getNumberIdentifier();
|
const pid = GBAdminService.getNumberIdentifier();
|
||||||
GBServer.globals.processes[pid] = {
|
GBServer.globals.processes[pid] = {
|
||||||
pid: pid,
|
pid: pid,
|
||||||
userId: user.userId,
|
userId: user? user.userId:0,
|
||||||
instanceId: min.instance.instanceId,
|
instanceId: min.instance.instanceId,
|
||||||
channel: channel
|
channel: channel
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue