Fixing merge

This commit is contained in:
David Négrier 2021-07-16 11:37:44 +02:00
parent 5c7ea7b258
commit 3d76f76d3e
3 changed files with 5 additions and 21 deletions

View file

@ -380,7 +380,7 @@ export class SocketManager implements ZoneEventListener {
if (ADMIN_API_URL) {
await this.updateRoomWithAdminData(room);
}
await world.init();
await room.init();
this.rooms.set(roomUrl, room);
}
return room;