Skip to content

Commit

Permalink
Merge pull request #569 from rostob/master
Browse files Browse the repository at this point in the history
Update host and port details in core/goldmine.js
  • Loading branch information
NuSkooler authored Oct 7, 2024
2 parents 5e72045 + 400c932 commit 27a6f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/goldmine.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ exports.getModule = class GoldmineModule extends MenuModule {
this.setConfigWithExtraArgs(options);

// http://goldminebbs.com/
this.config.host = this.config.host || '165.232.153.209';
this.config.rloginPort = this.config.rloginPort || 513;
this.config.host = this.config.host || 'goldminedoors.com';
this.config.rloginPort = this.config.rloginPort || 2513;
}

initSequence() {
Expand Down

0 comments on commit 27a6f2d

Please sign in to comment.