From 717ec3942f4576ed6cd37dd541977aa73f923c9e Mon Sep 17 00:00:00 2001 From: Lukas Kastern Date: Wed, 3 Jul 2019 20:59:03 +0200 Subject: [PATCH] Add files via upload --- Facepunch.Steamworks/SteamFriends.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Facepunch.Steamworks/SteamFriends.cs b/Facepunch.Steamworks/SteamFriends.cs index b8b3917..62580b0 100644 --- a/Facepunch.Steamworks/SteamFriends.cs +++ b/Facepunch.Steamworks/SteamFriends.cs @@ -114,7 +114,7 @@ public static IEnumerable GetFriends() { for ( int i=0; i GetBlocked() { for ( int i = 0; i < Internal.GetFriendCount( (int)FriendFlags.Blocked ); i++ ) { - yield return new Friend( Internal.GetFriendByIndex( i, 0xFFFF ) ); + yield return new Friend( Internal.GetFriendByIndex( i, (int)FriendFlags.Blocked) ); } }