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