mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-04-10 11:30:05 +03:00
SubscribeDownloadAsync has flag state fix
This commit is contained in:
parent
c5f1033aeb
commit
61f3809b4e
@ -273,7 +273,7 @@ namespace Steamworks.Ugc
|
|||||||
|
|
||||||
var downloading = Download( true );
|
var downloading = Download( true );
|
||||||
if ( !downloading )
|
if ( !downloading )
|
||||||
return State == ItemState.Installed;
|
return State.HasFlag( ItemState.Installed );
|
||||||
|
|
||||||
while ( true )
|
while ( true )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user