BigDebuffs

BigDebuffs

18M Downloads

Conflict with Threat Plates since v11.5

antoinecsk opened this issue ยท 2 comments

commented

Nameplates does not work when i update from 11.4 to 11.5 and using Threat Plates. When i reinstall 11.4 or disable Threat Plates, it works.

Any idea ? I would like to update but any newer version doesn't work.

commented

It seems like this line is the root of the problem, frame.TPFrame:IsShown() is always false

return TidyPlatesThreat ~= nil and frame.TPFrame:IsShown()

When i remove frame.TPFrame:IsShown() or change condition to IsAddOnLoaded("TidyPlates_ThreatPlates") (like suggested in the comment) bigdebuffs appears again on threatplates.

commented

Hey! I tried to remove frame.TPFrame:IsShown() but didn't fix the problem, have you found any other solution for a fix?