mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fixed MEGADownloader not initializing
This commit is contained in:
parent
22a307844b
commit
59ca6d94ad
@ -95,6 +95,8 @@ namespace Wabbajack.Lib.Downloaders
|
||||
|
||||
private void MegaLogin()
|
||||
{
|
||||
MegaApiClient = new MegaApiClient();
|
||||
|
||||
if (MegaApiClient.IsLoggedIn)
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user