mirror of
https://github.com/appgurueu/modlib.git
synced 2024-11-22 07:13:45 +01:00
Deprecate table.tablecopy
alias
This commit is contained in:
parent
baecb79eda
commit
0ae7c97e40
@ -339,7 +339,7 @@ function deepcopy(table)
|
|||||||
return _deepcopy(table)
|
return _deepcopy(table)
|
||||||
end
|
end
|
||||||
|
|
||||||
tablecopy = deepcopy
|
tablecopy = deepcopy --! deprecated alias
|
||||||
copy = deepcopy
|
copy = deepcopy
|
||||||
|
|
||||||
function count(table)
|
function count(table)
|
||||||
|
Loading…
Reference in New Issue
Block a user