diff Modules/FailSafe.lua @ 41:2b2bea9c7446

Fixed an error when disabling the FailSafe module.
author Zerotorescue
date Sat, 11 Sep 2010 18:43:14 +0200
parents 90d58723ac0a
children 8168280420ae
line wrap: on
line diff
--- a/Modules/FailSafe.lua	Sat Sep 11 15:03:00 2010 +0200
+++ b/Modules/FailSafe.lua	Sat Sep 11 18:43:14 2010 +0200
@@ -31,8 +31,6 @@
 	self:Debug("OnDisable");
 	
 	self:UnregisterEvent("MAIL_SHOW");
-	
-	self:Stop();
 end
 
 function mod:MAIL_SHOW()