diff --git a/components/profile.js b/components/profile.js index e865202..441e25c 100644 --- a/components/profile.js +++ b/components/profile.js @@ -203,6 +203,10 @@ SteamCommunity.prototype.profileSettings = function(settings, callback) { case 'playtime': privacy.PrivacyPlaytime = settings[i] ? SteamCommunity.PrivacyState.Private : SteamCommunity.PrivacyState.Public; break; + + case 'friendsList': + privacy.PrivacyFriendsList = settings[i]; + break; } }