From 627a41f2363ee44956cd891950b8953cc1ff69c5 Mon Sep 17 00:00:00 2001
From: MidoriKami <9083275+MidoriKami@users.noreply.github.com>
Date: Sat, 2 Sep 2023 13:08:14 -0700
Subject: [PATCH] [AddonEventManager] Remove AtkUnitBase from remove event,
it's not used to unregister events.
---
Dalamud/Plugin/Services/IAddonEventManager.cs | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Dalamud/Plugin/Services/IAddonEventManager.cs b/Dalamud/Plugin/Services/IAddonEventManager.cs
index f052ed607..dbbfd784b 100644
--- a/Dalamud/Plugin/Services/IAddonEventManager.cs
+++ b/Dalamud/Plugin/Services/IAddonEventManager.cs
@@ -29,10 +29,9 @@ public interface IAddonEventManager
/// Unregisters an event handler with the specified event id and event type.
///
/// The Unique Id for this event.
- /// The parent addon for this event.
/// The node for this event.
/// The event type for this event.
- void RemoveEvent(uint eventId, nint atkUnitBase, nint atkResNode, AddonEventType eventType);
+ void RemoveEvent(uint eventId, nint atkResNode, AddonEventType eventType);
///
/// Force the game cursor to be the specified cursor.