Browse Source

Fix .luacheckrc (missing Settings class)

Ekdohibs 7 years ago
parent
commit
e2b3ab768a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .luacheckrc

+ 1 - 0
.luacheckrc

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