From 9be24be1c5f55d9a1321a0f4bfbabd356e70a0cf Mon Sep 17 00:00:00 2001 From: Freeman Date: Sun, 8 Oct 2023 13:19:01 +0200 Subject: [PATCH] fix luacheckrc --- .luacheckrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.luacheckrc b/.luacheckrc index 75a95c9..d12836d 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -14,5 +14,6 @@ globals = { "digilines", "tubelib", "tubelib2", - "mcl_sounds" + "mcl_sounds", + "mcl_formspec" }