luacheck 0.19.0 complains about `unpack()`.

master
Auke Kok 2017-03-10 11:48:44 -08:00 committed by Auke Kok
parent ad118ea98d
commit 0850314d74
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ read_globals = {
"vector",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
"unpack",
-- Silence "accessing undefined field copy of global table".
table = { fields = { "copy" } }
}