Fix luacheck errors

master
Linus Jahn 2020-06-06 11:58:55 +02:00
parent 87bc535cc1
commit 905af2ac1c
No known key found for this signature in database
GPG Key ID: 4663231A91A1E27B
2 changed files with 3 additions and 2 deletions

View File

@ -23,5 +23,6 @@ read_globals = {
"mcl_sounds",
"pipeworks",
"screwdriver",
"intllib"
"intllib",
"digilines"
}

View File

@ -333,7 +333,7 @@ local function controller_node_timer(pos, elapsed)
return true
end
drawers_table_index = controller_get_drawer_index(pos, src_name)
local drawers_table_index = controller_get_drawer_index(pos, src_name)
-- This might not be needed, but my concern is if the above indexing takes
-- enough time, there could be a "race condition" where the item in the src