From 8ec8979300ea3e288e0fcbdf5034fadd1929702f Mon Sep 17 00:00:00 2001 From: Soreepeong Date: Sun, 30 Jul 2023 11:54:18 +0900 Subject: [PATCH] Revert unintended change --- Dalamud/Game/BaseAddressResolver.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,