# HG changeset patch # User Zerotorescue # Date 1284223394 -7200 # Node ID 2b2bea9c7446003414ff818955f4e8ccfa6b2bbf # Parent b3b72b1549a314db0444d7e1d3a4ac820fc61584 Fixed an error when disabling the FailSafe module. diff -r b3b72b1549a3 -r 2b2bea9c7446 Modules/FailSafe.lua --- 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()