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