From 3bd4b8baadd82eff7c1a9d9bbad2d60f5766197e Mon Sep 17 00:00:00 2001 From: Tobias Rosenqvist Date: Mon, 7 Oct 2024 01:36:55 +0200 Subject: [PATCH] Update goldmine.js --- core/goldmine.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/goldmine.js b/core/goldmine.js index f086616ee..8259a0098 100644 --- a/core/goldmine.js +++ b/core/goldmine.js @@ -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() {