Remove no longer supported CombatNet

This commit is contained in:
Bryan Ashby
2023-01-16 11:04:56 -07:00
parent c8dfecbfcc
commit 30f965d981
7 changed files with 4 additions and 174 deletions

View File

@@ -115,7 +115,7 @@ exports.getModule = class GoldmineModule extends MenuModule {
);
}
this.client.log.info('Connected to CombatNet');
this.client.log.info('Connected to gOLD mINE');
this.client.term.output.on('data', rloginSend);
doorTracking = trackDoorRunBegin(this.client);