diff --git a/Dalamud/Game/BaseAddressResolver.cs b/Dalamud/Game/BaseAddressResolver.cs
index 69736eafb..24e7dffe8 100644
--- a/Dalamud/Game/BaseAddressResolver.cs
+++ b/Dalamud/Game/BaseAddressResolver.cs
@@ -20,7 +20,7 @@ public abstract class BaseAddressResolver
///
/// Gets or sets a value indicating whether the resolver has successfully run or .
///
- public bool IsResolved { get; protected set; }
+ protected bool IsResolved { get; set; }
///
/// Setup the resolver, calling the appropriate method based on the process architecture,