Skip to content
Snippets Groups Projects
Commit 0850314d authored by Auke Kok's avatar Auke Kok Committed by Auke Kok
Browse files

luacheck 0.19.0 complains about `unpack()`.

parent ad118ea9
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ read_globals = { ...@@ -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" } }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment