Merge pull request #747 from Flamanis/restricted-addons
Whoops, debug print
This commit is contained in:
commit
8134bccb4a
1 changed files with 0 additions and 1 deletions
1
boot.lua
1
boot.lua
|
|
@ -1816,7 +1816,6 @@ restrictedAddonFrame:RegisterEvent('PLAYER_ENTERING_WORLD')
|
|||
|
||||
local function disableRestrictedAddons()
|
||||
for _, addonName in pairs(restrictedAddons) do
|
||||
print(addonName)
|
||||
if C_AddOns.GetAddOnEnableState(addonName) ~= 0 then
|
||||
StaticPopupDialogs["DETAILS_RESTRICTED_ADDON"] = {
|
||||
text = "You are running " .. addonName .. " which is incompatible with Details! Damage Meter. It must be disabled for Details to function properly.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue