steamutils 1.4.59 → 1.4.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
|
|