steamutils 1.1.72 → 1.1.73
Sign up to get free protection for your applications and to get access to all the features.
- 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
|
|