Skip to content

Commit e2b3ab7

Browse files
committedApr 11, 2017
Fix .luacheckrc (missing Settings class)
1 parent e6d0d77 commit e2b3ab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎.luacheckrc

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ read_globals = {
88
"vector",
99
"VoxelManip", "VoxelArea",
1010
"PseudoRandom", "ItemStack",
11+
"Settings",
1112
"unpack",
1213
-- Silence "accessing undefined field copy of global table".
1314
table = { fields = { "copy" } }

0 commit comments

Comments
 (0)
Please sign in to comment.