Fixed another possible bug.

This commit is contained in:
Robert Zenz 2015-02-15 17:41:12 +01:00
parent efc8be750a
commit ac60402024

View File

@ -49,7 +49,7 @@ function tableutil.clone(table)
if value ~= table then
clone[tableutil.clone(key)] = tableutil.clone(value)
else
clone[key] = value
clone[tableutil.clone(key)] = clone
end
end