Fixed another possible bug.
This commit is contained in:
parent
efc8be750a
commit
ac60402024
@ -49,7 +49,7 @@ function tableutil.clone(table)
|
|||||||
if value ~= table then
|
if value ~= table then
|
||||||
clone[tableutil.clone(key)] = tableutil.clone(value)
|
clone[tableutil.clone(key)] = tableutil.clone(value)
|
||||||
else
|
else
|
||||||
clone[key] = value
|
clone[tableutil.clone(key)] = clone
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user