plater fix

This commit is contained in:
Sumsebrum 2023-09-30 20:44:22 +02:00
parent 6be69bc51c
commit 535fedab1a
1 changed files with 3 additions and 1 deletions

View File

@ -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
---------------------------------------------------