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