mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-01 05:43:01 +00:00
weac.table: dofile() table_find
This commit is contained in:
parent
6290c61e2f
commit
0915a137f8
1 changed files with 1 additions and 0 deletions
|
@ -23,5 +23,6 @@ wea_c.table = {
|
|||
shallowcopy = dofile(wea_c.modpath.."/utils/table/shallowcopy.lua"),
|
||||
tostring = dofile(wea_c.modpath.."/utils/table/table_tostring.lua"),
|
||||
unique = dofile(wea_c.modpath.."/utils/table/table_unique.lua"),
|
||||
find = dofile(wea_c.modpath.."/utils/table/table_find.lua"),
|
||||
unpack = dofile(wea_c.modpath.."/utils/table/table_unpack.lua"),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue