From 494d9a04fa548340d0de7af29c965e167d59a4e2 Mon Sep 17 00:00:00 2001 From: Haselnussbomber Date: Sat, 8 Nov 2025 11:32:34 +0100 Subject: [PATCH] Remove unknown NameplateUpdate flag for now --- Dalamud/Game/Gui/AgentUpdateFlag.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,