diff --git a/SabreTools.RedumpLib/Web/RedumpClient.cs b/SabreTools.RedumpLib/Web/RedumpClient.cs index 5e020bd..0713897 100644 --- a/SabreTools.RedumpLib/Web/RedumpClient.cs +++ b/SabreTools.RedumpLib/Web/RedumpClient.cs @@ -21,11 +21,13 @@ namespace SabreTools.RedumpLib.Web /// /// Determines if user is logged into Redump /// + /// Modifying to set as true does not change actual logged-in status public bool LoggedIn { get; private set; } = false; /// /// Determines if the user is a staff member /// + /// Modifying to set as true does not change actual staff status public bool IsStaff { get; private set; } = false; ///