forked from thunderdog1138/star_wars
Fix .luacheckrc (missing Settings class)
This commit is contained in:
parent
e6d0d775e3
commit
e2b3ab768a
|
@ -8,6 +8,7 @@ read_globals = {
|
|||
"vector",
|
||||
"VoxelManip", "VoxelArea",
|
||||
"PseudoRandom", "ItemStack",
|
||||
"Settings",
|
||||
"unpack",
|
||||
-- Silence "accessing undefined field copy of global table".
|
||||
table = { fields = { "copy" } }
|
||||
|
|
Loading…
Reference in New Issue