mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #1771 from LostDragonist/github_fix
Fix getting game files when build server is down
This commit is contained in:
commit
d78c89e702
@ -155,9 +155,6 @@ using Wabbajack.Lib.Downloaders;
|
|||||||
|
|
||||||
public static async Task<Archive[]> GetExistingGameFiles(WorkQueue queue, Game game)
|
public static async Task<Archive[]> GetExistingGameFiles(WorkQueue queue, Game game)
|
||||||
{
|
{
|
||||||
if(BuildServerStatus.IsBuildServerDown)
|
|
||||||
return new Archive[0];
|
|
||||||
var client = await GetClient();
|
|
||||||
var metaData = game.MetaData();
|
var metaData = game.MetaData();
|
||||||
var results = await GetGameFilesFromGithub(game, metaData.InstalledVersion);
|
var results = await GetGameFilesFromGithub(game, metaData.InstalledVersion);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user