Skip to content
Snippets Groups Projects
Commit 06f33e7f authored by Hachem_Muche's avatar Hachem_Muche
Browse files

Persistent debugging code

parent 8e20bbe6
No related branches found
No related tags found
1 merge request!438DieClonesDie!
...@@ -90,7 +90,7 @@ _M.clone_copy = nil ...@@ -90,7 +90,7 @@ _M.clone_copy = nil
function _M:cloneActor(post_copy, alt_nodes) function _M:cloneActor(post_copy, alt_nodes)
alt_nodes = table.merge(alt_nodes or {}, self.clone_nodes, true) alt_nodes = table.merge(alt_nodes or {}, self.clone_nodes, true)
if post_copy or self.clone_copy then post_copy = post_copy or {} table.update(post_copy, self.clone_copy or {}, true) end if post_copy or self.clone_copy then post_copy = post_copy or {} table.update(post_copy, self.clone_copy or {}, true) end
local a = self:cloneCustom(alt_nodes, post_copy), post_copy local a = self:cloneCustom(alt_nodes, post_copy)
a:removeAllMOs() a:removeAllMOs()
return a, post_copy return a, post_copy
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment