You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- a lot of addons do this when they shouldn't it should really only be done when addons finish loading
60
60
collectgarbage("collect")
61
+
62
+
print(bdCore.colorString.." - All bd addons have been replaced by a single suite, called bdUI. Download on the twitch client or at https://www.curseforge.com/wow/addons/bdui . All support for the individual addons are going away, but the suite is entirely modular!");
if (alpha~=0) thenMOD_TextFrame:SetAlpha(alpha-.05); end
79
+
if (alpha==0) thenMOD_TextFrame:Hide(); end
80
+
end
81
+
end
82
+
83
+
functionMOD_TextMessage(message)
84
+
MOD_TextFrame.text:SetText(message);
85
+
MOD_TextFrame:SetAlpha(1);
86
+
MOD_TextFrame:Show();
87
+
MOD_TextFrameTime=GetTime();
88
+
end
89
+
90
+
MOD_TextMessage("All "..bdCore.colorString.." addons have been replaced by a single suite, called bdUI. Download on the twitch client or at https://www.curseforge.com/wow/addons/bdui . All support for the individual addons are going away, but the suite is entirely modular!")
91
+
61
92
elseif (event=="ADDON_LOADED" andbdCore.loaded) then
0 commit comments