mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-05 07:13:52 +01:00
luacheck 0.19.0 complains about unpack()
.
This commit is contained in:
parent
ad118ea98d
commit
0850314d74
@ -8,6 +8,7 @@ read_globals = {
|
||||
"vector",
|
||||
"VoxelManip", "VoxelArea",
|
||||
"PseudoRandom", "ItemStack",
|
||||
"unpack",
|
||||
-- Silence "accessing undefined field copy of global table".
|
||||
table = { fields = { "copy" } }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user