From df2721f1cf1e822fb75052da573d1234197e58cd Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Sat, 18 Sep 2021 15:00:00 +0200 Subject: [PATCH] cleanup --- Modules/ExportImport.lua | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Modules/ExportImport.lua b/Modules/ExportImport.lua index 1bafaaa..a1c709e 100644 --- a/Modules/ExportImport.lua +++ b/Modules/ExportImport.lua @@ -14,12 +14,6 @@ local function table_copy(t, str) end for k,v in pairs(t) do if type(v) == "table" then - if k == "drCategories" then - for key,val in pairs(v) do - --Gladdy:Print("TableCopy", str .. "." .. key) - end - end - t2[k] = table_copy(v, str .. "." .. k); else @@ -94,7 +88,7 @@ end) import:AddChild(importClearButton) import.clearButton = importClearButton -local deletedOptions = { --TODO backward compatibility Imports on deleted options +local deletedOptions = { -- backwards compatibility growUp = true, freezetrap = true, repentance = true