mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Typeo because I'm coding at night
This commit is contained in:
parent
e7b5763906
commit
4a9979f717
@ -333,7 +333,7 @@ public class Client
|
|||||||
|
|
||||||
public async Task<ForcedRemoval[]> GetForcedRemovals(CancellationToken token)
|
public async Task<ForcedRemoval[]> GetForcedRemovals(CancellationToken token)
|
||||||
{
|
{
|
||||||
return (await _client.GetFromJsonAsync<ForcedRemoval[]>("https://raw.githubusercontent.com/wabbajack-tools/mod-lists/master/configs/forced_remova..json", _dtos.Options, token))!;
|
return (await _client.GetFromJsonAsync<ForcedRemoval[]>("https://raw.githubusercontent.com/wabbajack-tools/mod-lists/master/configs/forced_removal.json", _dtos.Options, token))!;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user