Thread: MultiBar Scale
View Single Post
07-29-18, 10:07 AM   #5
7strm
A Murloc Raider
Join Date: Aug 2016
Posts: 9
Code:
MinimapCluster:SetPoint("BOTTOMRIGHT", UIParent, "BOTTOMRIGHT")

hooksecurefunc(MultiBarRight, "SetScale", function(self, scale)
    if scale < 1 then self:SetScale(1) end
end)

hooksecurefunc(MultiBarLeft, "SetScale", function(self, scale)
    if scale < 1 then self:SetScale(1) end
end)
Disabled everything except this, and it produces the error.
  Reply With Quote