Skip to content

Commit

Permalink
Fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyndev committed Aug 21, 2024
1 parent 385f41d commit 9acd806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory.lua
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ minetest.register_node("digilines:chest", {
check_empty(pos)
minetest.log("action", player:get_player_name().." takes stuff from chest at "..minetest.pos_to_string(pos))
end,
on_timer = function(pos, elapsed)
on_timer = function(pos, _)
-- Send all the batched signals when enough time since the last signal passed
if not batched_signals[vector.to_string(pos)] then
return
Expand Down

0 comments on commit 9acd806

Please sign in to comment.