Quantcast

woops

Darthpred [07-22-14 - 05:23]
woops
Filename
ElvUI_SLE/core/core.lua
diff --git a/ElvUI_SLE/core/core.lua b/ElvUI_SLE/core/core.lua
index e6ad0db..2dbbc23 100644
--- a/ElvUI_SLE/core/core.lua
+++ b/ElvUI_SLE/core/core.lua
@@ -71,6 +71,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.db.general.loginmessage then
 		print(format(L['SLE_LOGIN_MSG'], E["media"].hexvaluecolor, SLE.version))
 	end