Lua-Collections
Lua-Collections copied to clipboard
Clone does not copy nested tables
Using clone with nested tables does not actually clone the nested tables, instead they are regular references to the original nested tables. This caused a bit of confusion until I realized the issue. :)