bugfix
This commit is contained in:
parent
4e3a50f563
commit
39c37bdac1
@ -103,7 +103,7 @@ bricks.Signaling = class {
|
|||||||
this.peers[p.id] = d;
|
this.peers[p.id] = d;
|
||||||
});
|
});
|
||||||
if (this.onlogin){
|
if (this.onlogin){
|
||||||
this.onlogin(this.peers);
|
this.onlogin(data.online);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user