mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-21 15:21:21 +00:00
luacheck 0.19.0 complains about unpack()
.
This commit is contained in:
parent
ad118ea98d
commit
0850314d74
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ read_globals = {
|
||||||
"vector",
|
"vector",
|
||||||
"VoxelManip", "VoxelArea",
|
"VoxelManip", "VoxelArea",
|
||||||
"PseudoRandom", "ItemStack",
|
"PseudoRandom", "ItemStack",
|
||||||
|
"unpack",
|
||||||
-- Silence "accessing undefined field copy of global table".
|
-- Silence "accessing undefined field copy of global table".
|
||||||
table = { fields = { "copy" } }
|
table = { fields = { "copy" } }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue