Skip to content

Commit

Permalink
Merge pull request #136 from csgofloat/fix/relogin-proxy-timeout-bad
Browse files Browse the repository at this point in the history
Fixes Login Command for Failed Proxy Connection Timeout
  • Loading branch information
Step7750 authored Apr 20, 2023
2 parents 26a0e21 + 0b4e9f6 commit b1e1de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class Bot extends EventEmitter {
// Yes, checking for string errors sucks, but we have no other attributes to check
// this error against.
if (err.toString().includes('Proxy connection timed out')) {
this.steamClient.relog();
this.logIn();
}
});

Expand Down

0 comments on commit b1e1de7

Please sign in to comment.