From e2b3ab768a35012e8ad910d5f0f9640156c4a47e Mon Sep 17 00:00:00 2001 From: Ekdohibs Date: Tue, 11 Apr 2017 16:28:26 +0200 Subject: [PATCH] Fix .luacheckrc (missing Settings class) --- .luacheckrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.luacheckrc b/.luacheckrc index fe87fdce..3c7ec693 100644 --- a/.luacheckrc +++ b/.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" } }