Skip to content

Commit

Permalink
Merge pull request #197 from ctrlaltdavid/fix/metaverse-url
Browse files Browse the repository at this point in the history
Fix domain server not being told the metaverse server URL.
  • Loading branch information
digisomni authored Oct 20, 2023
2 parents 0818106 + 50c79f2 commit 5ba8cdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/domain/domain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export class Domain {

Log.debug(Log.types.NETWORK, `Creating a new DomainServer.`);
this._domain = new DomainServer();
this._domain.metaverseServerURL = this.getMetaverseUrl();
this._domain.account.authRequired.connect(() => {
console.debug("AUTH REQUIRED: Open login dialog");
applicationStore.dialog.show = true;
Expand Down

0 comments on commit 5ba8cdd

Please sign in to comment.