Version 2.4.2.0

This commit is contained in:
Timothy Baldridge 2021-02-03 20:52:26 -07:00
parent c0d50a8216
commit b97fa40ffe

View File

@ -22,7 +22,7 @@ namespace Wabbajack.Lib.NexusApi
/// <summary>
/// Forces the client to do manual downloading via CEF (for testing)
/// </summary>
private static bool ManualTestingMode = true;
private static bool ManualTestingMode = false;
public Http.Client HttpClient { get; } = new();