diff options
author | cheapie <no-email-for-you@example.com> | 2024-04-27 14:36:37 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2024-04-27 14:36:37 -0500 |
commit | 6f8ba2d5dbeb381aef3c814753d11e06347d0952 (patch) | |
tree | 9c5d4d0799f261d26749103117ffe730f7b3fb4c /.luacheckrc | |
parent | 215af4ca8c3b2bc61cc282178e200e5774066c05 (diff) | |
download | celevator-6f8ba2d5dbeb381aef3c814753d11e06347d0952.tar celevator-6f8ba2d5dbeb381aef3c814753d11e06347d0952.tar.gz celevator-6f8ba2d5dbeb381aef3c814753d11e06347d0952.tar.bz2 celevator-6f8ba2d5dbeb381aef3c814753d11e06347d0952.tar.xz celevator-6f8ba2d5dbeb381aef3c814753d11e06347d0952.zip |
Add Mesecons output
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.luacheckrc b/.luacheckrc index 6efae5a..770a735 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -12,4 +12,5 @@ read_globals = { "table.copy", "VoxelManip", "laptop", + "mesecon", } |