mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-12-04 04:53:50 +01:00
weac.table: dofile() table_find
This commit is contained in:
parent
6290c61e2f
commit
0915a137f8
@ -23,5 +23,6 @@ wea_c.table = {
|
|||||||
shallowcopy = dofile(wea_c.modpath.."/utils/table/shallowcopy.lua"),
|
shallowcopy = dofile(wea_c.modpath.."/utils/table/shallowcopy.lua"),
|
||||||
tostring = dofile(wea_c.modpath.."/utils/table/table_tostring.lua"),
|
tostring = dofile(wea_c.modpath.."/utils/table/table_tostring.lua"),
|
||||||
unique = dofile(wea_c.modpath.."/utils/table/table_unique.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"),
|
unpack = dofile(wea_c.modpath.."/utils/table/table_unpack.lua"),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user