steamutils 1.2.63 → 1.2.64
Sign up to get free protection for your applications and to get access to all the features.
- package/SteamClient.js +1 -1
- package/package.json +1 -1
package/SteamClient.js
CHANGED
@@ -75,7 +75,7 @@ export const LOCS = {
|
|
75
75
|
|
76
76
|
const appid = 730
|
77
77
|
let CSGO_VER = 13952
|
78
|
-
const FreeAppList = JSON.parse(fs.readFileSync('free_packages.json')).packages
|
78
|
+
const FreeAppList = JSON.parse(fs.readFileSync(path.join(__dirname, 'free_packages.json'))).packages
|
79
79
|
|
80
80
|
// SteamUtils.GetCurrentVersion(appid).then(function (ver) {
|
81
81
|
// CSGO_VER = ver
|