mirror of
https://github.com/minetest-mods/digilines.git
synced 2025-03-26 14:21:33 +01:00
Fix linter warning
This commit is contained in:
parent
385f41de95
commit
9acd806c5c
@ -372,7 +372,7 @@ minetest.register_node("digilines:chest", {
|
|||||||
check_empty(pos)
|
check_empty(pos)
|
||||||
minetest.log("action", player:get_player_name().." takes stuff from chest at "..minetest.pos_to_string(pos))
|
minetest.log("action", player:get_player_name().." takes stuff from chest at "..minetest.pos_to_string(pos))
|
||||||
end,
|
end,
|
||||||
on_timer = function(pos, elapsed)
|
on_timer = function(pos, _)
|
||||||
-- Send all the batched signals when enough time since the last signal passed
|
-- Send all the batched signals when enough time since the last signal passed
|
||||||
if not batched_signals[vector.to_string(pos)] then
|
if not batched_signals[vector.to_string(pos)] then
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user