Overall segment load fix

This commit is contained in:
Tercio Jose
2023-06-23 15:25:39 -03:00
parent a86f717200
commit 28255ac7d0
3 changed files with 6 additions and 17 deletions
-2
View File
@@ -90,12 +90,10 @@ function Details:SaveConfig()
if (Details.overall_clear_logout) then
if (_detalhes_database.tabela_overall) then
Details:Destroy(_detalhes_database.tabela_overall)
_detalhes_database.tabela_overall = nil
end
else
_detalhes_database.tabela_overall = Details.tabela_overall
--did it prepared the overall table for save?
end
local name, instanceType = GetInstanceInfo()