diff --git a/Dalamud/Game/Gui/AgentUpdateFlag.cs b/Dalamud/Game/Gui/AgentUpdateFlag.cs index 1c99e104c..3e2808adb 100644 --- a/Dalamud/Game/Gui/AgentUpdateFlag.cs +++ b/Dalamud/Game/Gui/AgentUpdateFlag.cs @@ -17,8 +17,8 @@ public enum AgentUpdateFlag : byte /// Set when the RetainerMarket inventory has been updated. RetainerMarketInventoryUpdate = 1 << 2, - /// Unknown use case. - NameplateUpdate = 1 << 3, + // /// Unknown use case. + // NameplateUpdate = 1 << 3, /// Set when the player unlocked collectibles, contents or systems. UnlocksUpdate = 1 << 4,