From 535fedab1af279e87555ac1f8d6198f9f4ab536b Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Sat, 30 Sep 2023 20:44:22 +0200 Subject: [PATCH] plater fix --- Modules/TotemPlates.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Modules/TotemPlates.lua b/Modules/TotemPlates.lua index 1902764..99fc008 100644 --- a/Modules/TotemPlates.lua +++ b/Modules/TotemPlates.lua @@ -209,7 +209,9 @@ function TotemPlates:NAME_PLATE_UNIT_REMOVED(unitID) tinsert(self.totemPlateCache, nameplate.gladdyTotemFrame) nameplate.gladdyTotemFrame = nil end - self:ToggleAddon(nameplate, true) + if (self.addon ~= "Plater") then + self:ToggleAddon(nameplate, true) + end end ---------------------------------------------------