diff --git a/DICUI.Library/Web/RedumpWebClient.cs b/DICUI.Library/Web/RedumpWebClient.cs index 326f8ba4..bb71c276 100644 --- a/DICUI.Library/Web/RedumpWebClient.cs +++ b/DICUI.Library/Web/RedumpWebClient.cs @@ -316,7 +316,6 @@ namespace DICUI.Web if (!string.IsNullOrWhiteSpace(username) && !string.IsNullOrWhiteSpace(password)) { Console.WriteLine("Credentials entered, will attempt Redump login..."); - return false; } else if (!string.IsNullOrWhiteSpace(username) && string.IsNullOrWhiteSpace(password)) {