fix(basic.gblib): update ChatServices.ts #420
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