Merge pull request #419 from Dimma/patch-1

Update README.md
This commit is contained in:
Garry Newman 2020-05-15 07:25:12 +01:00 committed by GitHub
commit 025cc9b3f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,7 @@ foreach ( var friend in SteamFriends.GetFriends() )
var image = await SteamFriends.GetLargeAvatarAsync( steamid );
if ( !image.HasValue ) return DefaultImage;
return MakeTextureFromRGBA( image.Data, image.Width, image.Height );
return MakeTextureFromRGBA( image.Value.Data, image.Value.Width, image.Value.Height );
```
### Get a list of servers