Fix web ugc downloads

pull/174/head
Pavel Djundik 5 years ago
parent d7870040fe
commit 5086303a84

@ -405,7 +405,7 @@ namespace DepotDownloader
if ( steam3.steamUser.SteamID.AccountType != EAccountType.AnonUser )
{
steam3.GetUGCDetails( ugcId );
details = steam3.GetUGCDetails( ugcId );
}
else
{

Loading…
Cancel
Save