Merge pull request #1 from rostob/beardy-patch-1

Update goldmine.js
This commit is contained in:
Tobias Rosenqvist
2024-10-07 01:42:11 +02:00
committed by GitHub

View File

@@ -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() {