mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Don't prepare inside GetInstance
This commit is contained in:
parent
482b7f9c9e
commit
90c2bf6901
@ -58,7 +58,6 @@ namespace Wabbajack.Lib.Downloaders
|
||||
public static T GetInstance<T>() where T : IDownloader
|
||||
{
|
||||
var inst = (T)IndexedDownloaders[typeof(T)];
|
||||
inst.Prepare().FireAndForget();
|
||||
return inst;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user