Skip to content

Commit 905af2a

Browse files
committed
Fix luacheck errors
1 parent 87bc535 commit 905af2a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.luacheckrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ read_globals = {
2323
"mcl_sounds",
2424
"pipeworks",
2525
"screwdriver",
26-
"intllib"
26+
"intllib",
27+
"digilines"
2728
}

lua/controller.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ local function controller_node_timer(pos, elapsed)
333333
return true
334334
end
335335

336-
drawers_table_index = controller_get_drawer_index(pos, src_name)
336+
local drawers_table_index = controller_get_drawer_index(pos, src_name)
337337

338338
-- This might not be needed, but my concern is if the above indexing takes
339339
-- enough time, there could be a "race condition" where the item in the src

0 commit comments

Comments
 (0)