steamutils 1.1.62 → 1.1.63
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
@@ -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.
|