mirror of
https://github.com/minetest-mods/drawers.git
synced 2024-11-08 07:53:44 +01:00
Fix luacheck errors
This commit is contained in:
parent
87bc535cc1
commit
905af2ac1c
@ -23,5 +23,6 @@ read_globals = {
|
|||||||
"mcl_sounds",
|
"mcl_sounds",
|
||||||
"pipeworks",
|
"pipeworks",
|
||||||
"screwdriver",
|
"screwdriver",
|
||||||
"intllib"
|
"intllib",
|
||||||
|
"digilines"
|
||||||
}
|
}
|
||||||
|
@ -333,7 +333,7 @@ local function controller_node_timer(pos, elapsed)
|
|||||||
return true
|
return true
|
||||||
end
|
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
|
-- 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
|
-- enough time, there could be a "race condition" where the item in the src
|
||||||
|
Loading…
Reference in New Issue
Block a user