Code cleanup, framework update and bug fixes
This commit is contained in:
@@ -171,6 +171,8 @@ function Details222.LoadSavedVariables.CombatSegments()
|
||||
if (currentCharacterData.tabela_overall) then
|
||||
Details.tabela_overall = Details.CopyTable(currentCharacterData.tabela_overall)
|
||||
Details:RestoreOverallMetatables()
|
||||
else
|
||||
Details.tabela_overall = Details.combate:NovaTabela()
|
||||
end
|
||||
else
|
||||
Details.tabela_overall = Details.combate:NovaTabela()
|
||||
|
||||
@@ -261,6 +261,7 @@ function SlashCmdList.DETAILS (msg, editbox)
|
||||
|
||||
resultLog[#resultLog+1] = ""
|
||||
|
||||
--from backup
|
||||
if (__details_backup._exit_error) then
|
||||
for _, str in ipairs(__details_backup._exit_error) do
|
||||
resultLog[#resultLog+1] = str
|
||||
|
||||
Reference in New Issue
Block a user