diff Core.lua @ 29:d52e64bd048f v1.0.2

Moved previous fix to a more logic place in the code.
author Zerotorescue
date Thu, 09 Sep 2010 22:15:41 +0200
parents d633bf82328b
children 90d58723ac0a
line wrap: on
line diff
--- a/Core.lua	Thu Sep 09 22:11:46 2010 +0200
+++ b/Core.lua	Thu Sep 09 22:15:41 2010 +0200
@@ -385,6 +385,10 @@
 		-- Yell that we successfully synced with the server
 		self:SendMessage("MO_SERVER_SYNCED");
 		
+		if MailAddonBusy == MailOpener:GetName() then
+			MailAddonBusy = nil;
+		end
+		
 		-- This list is fresh
 		freshList = true;
 		mailboxEmptySoundPlayed = nil;