From 9be705ae305ae54dc5e1d4fa7efebdb95ce7716d Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 30 Jul 2020 14:32:39 -0700 Subject: [PATCH] Remove erroneous return (fixes #213) --- DICUI.Library/Web/RedumpWebClient.cs | 1 - 1 file changed, 1 deletion(-) 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)) {