Skip to content

Commit

Permalink
luacheck 0.19.0 complains about unpack().
Browse files Browse the repository at this point in the history
  • Loading branch information
sofar committed Mar 12, 2017
1 parent ad118ea commit 0850314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .luacheckrc
Expand Up @@ -8,6 +8,7 @@ read_globals = {
"vector",
"VoxelManip", "VoxelArea",
"PseudoRandom", "ItemStack",
"unpack",
-- Silence "accessing undefined field copy of global table".
table = { fields = { "copy" } }
}
Expand Down

0 comments on commit 0850314

Please sign in to comment.