Skip to content

Commit 0b4e9f6

Browse files
committed
Fixes Login Command for Failed Proxy Connection Timeout
1 parent 26a0e21 commit 0b4e9f6

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)