mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 07:13:45 +01:00
Fix modlib.table.union
This commit is contained in:
parent
d2b6b4ec64
commit
317123619b
@ -507,7 +507,7 @@ function deepcomplete(table, completions)
|
||||
end
|
||||
|
||||
function merge_tables(table, other_table)
|
||||
return add_all(copy(table), other_table)
|
||||
return add_all(shallowcopy(table), other_table)
|
||||
end
|
||||
|
||||
union = merge_tables
|
||||
|
Loading…
Reference in New Issue
Block a user