Skip to content

Commit b1e1de7

Browse files
authored
Merge pull request #136 from csgofloat/fix/relogin-proxy-timeout-bad
Fixes Login Command for Failed Proxy Connection Timeout
2 parents 26a0e21 + 0b4e9f6 commit b1e1de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bot.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class Bot extends EventEmitter {
108108
// Yes, checking for string errors sucks, but we have no other attributes to check
109109
// this error against.
110110
if (err.toString().includes('Proxy connection timed out')) {
111-
this.steamClient.relog();
111+
this.logIn();
112112
}
113113
});
114114

0 commit comments

Comments
 (0)