summaryrefslogtreecommitdiff
path: root/.luacheckrc
diff options
context:
space:
mode:
authorcheapie <no-email-for-you@example.com>2024-04-23 20:01:11 -0500
committercheapie <no-email-for-you@example.com>2024-04-23 20:01:11 -0500
commit29bd099067f339b6227e4d839b0df92a34e62be2 (patch)
treeb3b2db1a5c9a9c828a07b5f3a20da8a4ec103b50 /.luacheckrc
parent877ec7e69408c742fd5a4b505246438870622aaa (diff)
downloadcelevator-29bd099067f339b6227e4d839b0df92a34e62be2.tar
celevator-29bd099067f339b6227e4d839b0df92a34e62be2.tar.gz
celevator-29bd099067f339b6227e4d839b0df92a34e62be2.tar.bz2
celevator-29bd099067f339b6227e4d839b0df92a34e62be2.tar.xz
celevator-29bd099067f339b6227e4d839b0df92a34e62be2.zip
Initial work on remote monitoring software for the laptop mod
No scrolling yet (so you can only see 10 floors) and also no dispatcher UI yet (only the controller)
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 953d7c3..6efae5a 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -11,4 +11,5 @@ read_globals = {
"minetest",
"table.copy",
"VoxelManip",
+ "laptop",
}