From 1f2826f062ee785d44770cbe4437d83373dcb33b Mon Sep 17 00:00:00 2001 From: Crum Date: Thu, 21 Jun 2018 11:25:00 -0500 Subject: [PATCH] jesus christ this was too easy (thank you @Bunny67) --- ElvUI_Config/DataTexts.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/ElvUI_Config/DataTexts.lua b/ElvUI_Config/DataTexts.lua index a9ffee6..1da8cc0 100644 --- a/ElvUI_Config/DataTexts.lua +++ b/ElvUI_Config/DataTexts.lua @@ -14,6 +14,7 @@ function DT:PanelLayoutOptions() local order; local table = E.Options.args.datatexts.args.panels.args; for pointLoc, tab in pairs(P.datatexts.panels) do + local pointLoc = pointLoc -- add this if(not _G[pointLoc]) then table[pointLoc] = nil; return; end if(type(tab) == "table") then if find(pointLoc, "Chat") then