mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +03:00
Request the stats on startup, harmless enough but useful
This commit is contained in:
parent
d67bd7d8ef
commit
c609d7bb87
@ -15,7 +15,10 @@ internal static ISteamUserStats Internal
|
||||
get
|
||||
{
|
||||
if ( _internal == null )
|
||||
{
|
||||
_internal = new ISteamUserStats();
|
||||
RequestCurrentStats();
|
||||
}
|
||||
|
||||
return _internal;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user