From 51711868a1a3ecf64215b5ca6418947a971d8f5f Mon Sep 17 00:00:00 2001 From: Repooc Date: Mon, 11 Aug 2014 07:27:41 -0400 Subject: [PATCH] Enable SLE Install Check --- ElvUI_SLE/core/core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI_SLE/core/core.lua b/ElvUI_SLE/core/core.lua index bfd61c6..01829cc 100644 --- a/ElvUI_SLE/core/core.lua +++ b/ElvUI_SLE/core/core.lua @@ -73,7 +73,7 @@ function SLE:Initialize() if E.private.unitframe.enable then self:RegisterEvent("PLAYER_REGEN_DISABLED", UF.Update_CombatIndicator); end - --if E.private.install_complete == E.version and E.private.sle.install_complete == nil then SLE:Install() end + if E.private.install_complete and E.private.sle.install_complete == nil then SLE:Install() end if E.db.general.loginmessage then SLE:Print(format(L['SLE_LOGIN_MSG'], E["media"].hexvaluecolor, SLE.version)) end -- 1.7.9.5