Fix issues when downloading content in shared depots when shared depot is owned

but app it is from is not.
pull/25/head
Nicholas Hastings 10 years ago
parent daa6e0f9ef
commit 8914bc5c67

@ -220,14 +220,7 @@ namespace DepotDownloader
steam3.RequestAppInfo(otherAppId);
if (AccountHasAccess(otherAppId))
{
return GetSteam3DepotManifest(depotId, otherAppId, branch);
} else {
string contentName = GetAppOrDepotName(INVALID_DEPOT_ID, otherAppId);
string contentDepotName = GetAppOrDepotName(depotId, appId);
Console.WriteLine("Dependent app {0} ({1}) for depot {2} ({3}) is not available from this account.", otherAppId, contentName, depotId, contentDepotName);
}
return GetSteam3DepotManifest(depotId, otherAppId, branch);
}
var manifests = depotChild["manifests"];

Loading…
Cancel
Save