steamutils 1.3.12 → 1.3.14
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/index.js +14 -5
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -6150,13 +6150,22 @@ class SteamUser {
|
|
|
6150
6150
|
reports.push({
|
|
6151
6151
|
time,
|
|
6152
6152
|
timestamp,
|
|
6153
|
-
|
|
6154
|
-
|
|
6155
|
-
|
|
6156
|
-
|
|
6157
|
-
|
|
6153
|
+
player: {
|
|
6154
|
+
avatar: playerAvatar,
|
|
6155
|
+
avatarHash: SteamUser.GetAvatarHashFromURL(playerAvatar),
|
|
6156
|
+
steamId: SteamUser.miniprofile2SteamID64(playerMiniprofile),
|
|
6157
|
+
miniprofile: playerMiniprofile,
|
|
6158
|
+
url: playerURL,
|
|
6159
|
+
name: playerName,
|
|
6160
|
+
},
|
|
6158
6161
|
reportContents,
|
|
6159
6162
|
})
|
|
6163
|
+
//gdfgkdgf
|
|
6164
|
+
//gdfgkdgf
|
|
6165
|
+
//gdfgkdgf
|
|
6166
|
+
//gdfgkdgf
|
|
6167
|
+
//gdfgkdgf
|
|
6168
|
+
//gdfgkdgf
|
|
6160
6169
|
})
|
|
6161
6170
|
return reports;
|
|
6162
6171
|
}
|