From de902fbd407f13f6c8d7640073ca1f3b1ba20dad Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 28 Nov 2023 00:38:48 +0000 Subject: [PATCH] luacheck: VoxelArea is a minetest-defined global --- .luacheckrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index c54011e..fdc8c27 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -34,6 +34,7 @@ read_globals = { "bonemeal", "dofile", "PerlinNoise", - "Settings" + "Settings", + "VoxelArea" } std = "max"