Mercurial > wow > mailopener
diff Core.lua @ 129:b54116796220
I had a weird bug where MailOpener was waiting for itself to finish opening mail. This should no longer occur.
| author | Zerotorescue |
|---|---|
| date | Wed, 20 Oct 2010 22:31:30 +0200 |
| parents | 31f58e9c16e6 |
| children | 27d81641c1e7 |
line wrap: on
line diff
--- 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 .. ")");
