Skip to content

Commit

Permalink
Merge pull request #1 from rostob/beardy-patch-1
Browse files Browse the repository at this point in the history
Update goldmine.js
  • Loading branch information
rostob authored Oct 6, 2024
2 parents 5e72045 + 3bd4b8b commit 400c932
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 400c932

Please sign in to comment.