Quantcast

Fix for datatext not switching on prifile changing

Darthpred [07-05-12 - 14:03]
Fix for datatext not switching on prifile changing
Filename
ElvUI_SLE/ElvUI_SLE.lua
diff --git a/ElvUI_SLE/ElvUI_SLE.lua b/ElvUI_SLE/ElvUI_SLE.lua
index 309f4f2..c50e0be 100644
--- a/ElvUI_SLE/ElvUI_SLE.lua
+++ b/ElvUI_SLE/ElvUI_SLE.lua
@@ -39,6 +39,7 @@ function E:UpdateAll()
 	E:GetModule('UnitFrames'):Update_CombatIndicator()
 	E:GetModule('UIButtons'):Start()
 	E.db.datatexts.panels.Top_Center = 'Version'
+	E:GetModule('DataTexts'):LoadDataTexts() --Prevents datatexts from not changing on profile switch (Elv's issue)
 end

 E:RegisterModule(SLE:GetName())
\ No newline at end of file