mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Remove typeo
This commit is contained in:
parent
62df99ca55
commit
45259d442f
@ -82,7 +82,7 @@ namespace Wabbajack.Lib.Downloaders
|
||||
await using var fs = await destination.Create();
|
||||
using var mmfile = MemoryMappedFile.CreateFromFile(fs, null, definition.Size, MemoryMappedFileAccess.ReadWrite, HandleInheritability.None, false);
|
||||
var client = new Wabbajack.Lib.Http.Client();
|
||||
~
|
||||
|
||||
if (!DomainRemaps.ContainsKey(Url.Host))
|
||||
client.Headers.Add(("Host", Url.Host));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user