mirror of
https://github.com/SteamRE/DepotDownloader.git
synced 2026-02-04 05:31:18 +01:00
Fix bracket
This commit is contained in:
@@ -544,7 +544,7 @@ namespace DepotDownloader
|
||||
|
||||
if (!AccountHasAccess(depotId))
|
||||
{
|
||||
Console.WriteLine("Depot {0}) is not available from this account.", depotId);
|
||||
Console.WriteLine("Depot {0} is not available from this account.", depotId);
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user