WoWInterface SVN CoolLineFix

[/] [trunk/] [Fix.lua] - Rev 10

Compare with Previous | Blame | View Log

local f = CreateFrame("Frame")
f:RegisterEvent("PLAYER_LOGIN")
f:SetScript("OnEvent", function()
        C_Timer.After(5, function()
                DEFAULT_CHAT_FRAME:AddMessage("|cffff7f7fIMPORTANT:|r CoolLine Fix is no longer needed. You should uninstall it!")
        end)
end)

Compare with Previous | Blame