Apparently the script tag only accepts top level files in vanilla

This commit is contained in:
Logan Payton
2018-05-16 17:48:45 -04:00
parent ff331498c2
commit ecff83dd48
3 changed files with 3 additions and 4 deletions
@@ -45,7 +45,6 @@ function UF:Construct_AuraBars()
bar.bg = bar:CreateTexture(nil, "BORDER")
bar.bg:Hide()
bar.iconHolder:RegisterForClicks("RightButtonUp")
bar.iconHolder:SetScript("OnClick", function(self)
if E.db.unitframe.auraBlacklistModifier == "NONE" or not ((E.db.unitframe.auraBlacklistModifier == "SHIFT" and IsShiftKeyDown()) or (E.db.unitframe.auraBlacklistModifier == "ALT" and IsAltKeyDown()) or (E.db.unitframe.auraBlacklistModifier == "CTRL" and IsControlKeyDown())) then return; end