Adding "dump" controller and fixing issue with groups in PositionNotifier by delegating the PositionNotifier.updatePosition call to groups themselves

This commit is contained in:
David Négrier
2020-09-25 13:48:02 +02:00
parent 953912b892
commit 892d1555b8
11 changed files with 127 additions and 18 deletions
@@ -757,4 +757,8 @@ export class IoSocketController {
Client.leave(Client.webRtcRoomId);
delete Client.webRtcRoomId;
}
public getWorlds(): Map<string, World> {
return this.Worlds;
}
}