steamutils 1.2.55 → 1.2.56

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 +2 -2
  2. package/package.json +1 -1
package/SteamClient.js CHANGED
@@ -874,7 +874,7 @@ function SteamClient({
874
874
  const persona = personas.find(p => p.id == steamId)
875
875
  const friendCode = FriendCode.encode(steamId)
876
876
 
877
- if ((LOCS[player.loc] == 'VN' || !LOCS[player.loc])) {
877
+ // if ((LOCS[player.loc] == 'VN' || !LOCS[player.loc])) {
878
878
  players.push({
879
879
  prime,
880
880
  player_name: persona.player_name,
@@ -884,7 +884,7 @@ function SteamClient({
884
884
  friendCode,
885
885
  avatar_hash: persona.avatar_hash,
886
886
  })
887
- }
887
+ // }
888
888
  } catch (e) {
889
889
  }
890
890
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.2.55",
3
+ "version": "1.2.56",
4
4
  "main": "index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.5.1",