fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 0c1c02e07a - Show all commits

View file

@ -394,7 +394,7 @@ export class GBVMService extends GBService {
const pid = GBAdminService.getNumberIdentifier();
GBServer.globals.processes[pid] = {
pid: pid,
userId: user.userId,
userId: user? user.userId:0,
instanceId: min.instance.instanceId,
channel: channel
};