steamutils 1.2.56 → 1.2.57

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/SteamClient.js +3 -3
  2. package/package.json +1 -1
package/SteamClient.js CHANGED
@@ -76,9 +76,9 @@ export const LOCS = {
76
76
  const appid = 730
77
77
  let CSGO_VER = 13952
78
78
 
79
- SteamUtils.GetCurrentVersion(appid).then(function (ver) {
80
- CSGO_VER = ver
81
- })
79
+ // SteamUtils.GetCurrentVersion(appid).then(function (ver) {
80
+ // CSGO_VER = ver
81
+ // })
82
82
 
83
83
  const PersonasCache = []
84
84
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.2.56",
3
+ "version": "1.2.57",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.5.1",