diff options
Diffstat (limited to 'client-web/source/room.ts')
-rw-r--r-- | client-web/source/room.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client-web/source/room.ts b/client-web/source/room.ts index 207b40d..1fa8f86 100644 --- a/client-web/source/room.ts +++ b/client-web/source/room.ts @@ -40,7 +40,6 @@ export class Room { const ru = new RemoteUser(this, p.id) this.local_user.add_initial_to_remote(ru) this.local_user.identify(ru.id) - ru.offer() } } else if (packet.client_leave) { log("ws", `<- [client leave]: `, packet); |