steamutils 1.3.78 → 1.3.79
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 +3 -3
- package/index.js +7067 -7052
- package/package.json +1 -1
package/SteamClient.js
CHANGED
|
@@ -1021,7 +1021,7 @@ function SteamClient({ username, password, cookie, clientJsToken, isAutoRequestF
|
|
|
1021
1021
|
servers_available: 126352,
|
|
1022
1022
|
ongoing_matches: 23264,
|
|
1023
1023
|
search_time_avg: 95993,
|
|
1024
|
-
main_post_url: "
|
|
1024
|
+
main_post_url: "xxx",
|
|
1025
1025
|
required_appid_version: 13879,
|
|
1026
1026
|
pricesheet_version: 1688084844,
|
|
1027
1027
|
twitch_streams_version: 2,
|
|
@@ -1030,8 +1030,8 @@ function SteamClient({ username, password, cookie, clientJsToken, isAutoRequestF
|
|
|
1030
1030
|
rtime32_cur: 0,
|
|
1031
1031
|
rtime32_event_start: 0,
|
|
1032
1032
|
},
|
|
1033
|
-
penalty_seconds: 0,
|
|
1034
|
-
penalty_reason: 0,
|
|
1033
|
+
penalty_seconds: 0, //379243
|
|
1034
|
+
penalty_reason: 0, //4 You did too much damage to your teammates at round start ,5: abandoned
|
|
1035
1035
|
vac_banned: 0,
|
|
1036
1036
|
ranking: {
|
|
1037
1037
|
account_id: 1080136620,
|