# HG changeset patch # User Zerotorescue # Date 1287606690 -7200 # Node ID b5411679622003240ff98c2ab355e87e9be24a11 # Parent 23f05488970d5d5922f87c2f54ac6381c90b0ee9 I had a weird bug where MailOpener was waiting for itself to finish opening mail. This should no longer occur. diff -r 23f05488970d -r b54116796220 Core.lua --- a/Core.lua Sat Oct 16 15:28:37 2010 +0200 +++ b/Core.lua Wed Oct 20 22:31:30 2010 +0200 @@ -574,7 +574,7 @@ -- Summon the mail opening gods self:SendMessage("MO_OPEN_MAIL"); - else + elseif MailAddonBusy ~= self:GetName() then -- Another addon is ACTIVE self:Debug("Another addon active, waiting .5 seconds... (" .. MailAddonBusy .. ")");