steamutils 1.4.59 → 1.4.60
Sign up to get free protection for your applications and to get access to all the features.
- package/SteamClient.js +2 -2
- package/package.json +1 -1
package/SteamClient.js
CHANGED
@@ -393,7 +393,7 @@ function SteamClient({ username, password, cookie, clientJsToken, isAutoRequestF
|
|
393
393
|
* Get a list of lobbies (* = Unsure description could be wrong)
|
394
394
|
* @param {Boolean} prime
|
395
395
|
* @param {Number|String} rank
|
396
|
-
* @param {Competitive|Wingman|Premier} game_type
|
396
|
+
* @param {Competitive|Wingman|Premier} game_type Premier is not working
|
397
397
|
* @param {Number} timeout
|
398
398
|
* @returns {Promise.<Array>}
|
399
399
|
*/
|
@@ -2024,7 +2024,7 @@ function SteamClient({ username, password, cookie, clientJsToken, isAutoRequestF
|
|
2024
2024
|
);
|
2025
2025
|
init();
|
2026
2026
|
});
|
2027
|
-
|
2027
|
+
offAllEvent();
|
2028
2028
|
return online;
|
2029
2029
|
}
|
2030
2030
|
|