table copy improvements
This commit is contained in:
@@ -168,6 +168,21 @@ function SlashCmdList.DETAILS (msg, editbox)
|
||||
elseif (command == "discord") then
|
||||
_detalhes:CopyPaste ("https://discord.gg/AGSzAZX")
|
||||
|
||||
|
||||
elseif (command == "exitlog") then
|
||||
local newT = {}
|
||||
for _, str in ipairs(_detalhes_global.exit_log) do
|
||||
newT [#newT+1] = str
|
||||
end
|
||||
|
||||
newT [#newT+1] = ""
|
||||
|
||||
for _, str in ipairs(_detalhes_global.exit_errors) do
|
||||
newT [#newT+1] = str
|
||||
end
|
||||
|
||||
Details:Dump(newT)
|
||||
|
||||
|
||||
elseif (command == "debugwindow") then
|
||||
|
||||
|
||||
Reference in New Issue
Block a user