diff options
author | cheapie <no-email-for-you@example.com> | 2024-04-23 20:01:11 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-04-23 20:01:11 -0500 |
commit | 29bd099067f339b6227e4d839b0df92a34e62be2 (patch) | |
tree | b3b2db1a5c9a9c828a07b5f3a20da8a4ec103b50 /.luacheckrc | |
parent | 877ec7e69408c742fd5a4b505246438870622aaa (diff) | |
download | celevator-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-- | .luacheckrc | 1 |
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", } |