mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-14 15:48:06 +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 );
|
||||
if ( !downloading )
|
||||
return State == ItemState.Installed;
|
||||
return State.HasFlag( ItemState.Installed );
|
||||
|
||||
while ( true )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user