From: Ekdohibs Date: Tue, 11 Apr 2017 14:28:26 +0000 (+0200) Subject: Fix .luacheckrc (missing Settings class) X-Git-Tag: 0.4.16~31 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e2b3ab768a35012e8ad910d5f0f9640156c4a47e;p=oweals%2Fminetest_game.git Fix .luacheckrc (missing Settings class) --- 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" } }