steamutils 1.1.72 → 1.1.73
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 +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2455,7 +2455,7 @@ class SteamUser {
|
|
|
2455
2455
|
p.teamScore = p.team === 'ct' ? ctScore : tScore
|
|
2456
2456
|
})
|
|
2457
2457
|
|
|
2458
|
-
const matchIDs = [matchInfo.map, matchInfo.time, matchInfo.
|
|
2458
|
+
const matchIDs = [matchInfo.map, matchInfo.time, matchInfo.duration]
|
|
2459
2459
|
const nonHashMatchID = matchIDs.join('').replaceAll(/[^a-zA-Z0-9]/gi, '')
|
|
2460
2460
|
const matchID = sha256(nonHashMatchID).toString()
|
|
2461
2461
|
|