Skip to content

Commit

Permalink
attempt reconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Oct 10, 2023
1 parent 332c883 commit 5fff04d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions svc/retriever.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ function init() {
// give up
// cb();
// try again with new account
client.connect();
const logOnDetails = chooseLoginInfo();
console.log("[STEAM] Trying to log on with %s", JSON.stringify(logOnDetails));
client.steamUser.logOn(logOnDetails);
Expand Down

0 comments on commit 5fff04d

Please sign in to comment.