Fix some warnings.
Also fixes the failing travis checks.
This commit is contained in:
parent
28ecb3b261
commit
496521f4a1
3 changed files with 15 additions and 3 deletions
|
@ -8,6 +8,8 @@ read_globals = {
|
|||
"vector",
|
||||
"VoxelManip", "VoxelArea",
|
||||
"PseudoRandom", "ItemStack",
|
||||
-- Silence "accessing undefined field copy of global table".
|
||||
table = { fields = { "copy" } }
|
||||
}
|
||||
|
||||
-- Overwrites minetest.handle_node_drops
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue