Merge branch 'master' of github.com:thecodingmachine/workadventure into develop
This commit is contained in:
commit
9efa115982
7 changed files with 337 additions and 2 deletions
|
@ -82,7 +82,7 @@ export class Room {
|
|||
const currentRoom = new Room(baseUrl);
|
||||
let instance: string = "global";
|
||||
if (currentRoom.isPublic) {
|
||||
instance = currentRoom.instance as string;
|
||||
instance = currentRoom.getInstance();
|
||||
}
|
||||
|
||||
baseUrl.pathname = "/_/" + instance + "/" + absoluteExitSceneUrl.host + absoluteExitSceneUrl.pathname;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue