steamutils 1.1.62 → 1.1.63

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 +1 -1
  2. package/package.json +1 -1
package/SteamClient.js CHANGED
@@ -885,7 +885,7 @@ function SteamClient({
885
885
  });
886
886
 
887
887
  steamClient.on('friendRelationship', async function (sid, relationship, previousRelationship) {
888
- callEvent(events.friendRelationship, {steamId: sid, relationship, previousRelationship})
888
+ callEvent(events.friendRelationship, {steamId: sid.getSteamID64(), relationship, previousRelationship})
889
889
  switch (relationship) {
890
890
  case EFriendRelationship.None: {
891
891
  //we got unfriended.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamutils",
3
- "version": "1.1.62",
3
+ "version": "1.1.63",
4
4
  "main":"index.js",
5
5
  "dependencies": {
6
6
  "axios": "^1.3.4",