From 9acd806c5c204eccaac6b94e439dc302f03f3119 Mon Sep 17 00:00:00 2001 From: Andrii Date: Thu, 22 Aug 2024 00:04:03 +0300 Subject: [PATCH] Fix linter warning --- inventory.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory.lua b/inventory.lua index 7963a7a..988eb5c 100644 --- a/inventory.lua +++ b/inventory.lua @@ -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