This commit is contained in:
Bunny67
2018-06-21 19:49:08 +03:00
parent e9d232b5c9
commit a51e59b5a9
4 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -14,7 +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
local pointLoc = pointLoc
if(not _G[pointLoc]) then table[pointLoc] = nil; return; end
if(type(tab) == "table") then
if find(pointLoc, "Chat") then