diff --git a/SabreTools.RedumpLib/Web/RedumpClient.cs b/SabreTools.RedumpLib/Web/RedumpClient.cs
index 3dd7b04..02b5ee7 100644
--- a/SabreTools.RedumpLib/Web/RedumpClient.cs
+++ b/SabreTools.RedumpLib/Web/RedumpClient.cs
@@ -58,6 +58,10 @@ namespace SabreTools.RedumpLib.Web
///
public bool IgnoreErrors { get; set; } = false;
+ #endregion
+
+ #region Fields
+
///
/// Internal client for interaction
///
@@ -67,10 +71,6 @@ namespace SabreTools.RedumpLib.Web
private readonly CookieWebClient _internalClient;
#endif
- #endregion
-
- #region Fields
-
///
/// Indicates if user is logged into Redump
///