mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-02-05 18:20:30 +03:00
Compile fix
This commit is contained in:
parent
96eeea1662
commit
157d0d676e
@ -179,7 +179,7 @@ namespace Steamworks
|
||||
/// </summary>
|
||||
public static void SetPlayedWith( SteamId steamid ) => Internal.SetPlayedWith( steamid );
|
||||
|
||||
static async Task CacheUserInformationAsync( SteamId steamid, bool nameonly )
|
||||
internal static async Task CacheUserInformationAsync( SteamId steamid, bool nameonly )
|
||||
{
|
||||
// Got it straight away, skip any waiting.
|
||||
if ( !Internal.RequestUserInformation( steamid, nameonly ) )
|
||||
|
@ -53,7 +53,7 @@ namespace Steamworks
|
||||
/// </summary>
|
||||
public async Task RequestInfoAsync( int timeout = 5000 )
|
||||
{
|
||||
await SteamFriends.CacheUserInformationAsync( Id, true, timeout );
|
||||
await SteamFriends.CacheUserInformationAsync( Id, true );
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
x
Reference in New Issue
Block a user