#81 NeatPlates fix & version v2.27-Release

This commit is contained in:
Sumsebrum
2023-10-03 19:14:16 +02:00
parent 50987addb5
commit 468cbf24f3
6 changed files with 9 additions and 6 deletions

View File

@ -209,7 +209,7 @@ function TotemPlates:NAME_PLATE_UNIT_REMOVED(unitID)
tinsert(self.totemPlateCache, nameplate.gladdyTotemFrame)
nameplate.gladdyTotemFrame = nil
end
if (self.addon ~= "Plater") then
if (self.addon == "ElvUI") then
self:ToggleAddon(nameplate, true)
end
end