chore: lua lint

This commit is contained in:
Riceball LEE 2023-07-10 14:59:36 +08:00
parent a6a769aff6
commit c931b5d4af
No known key found for this signature in database
GPG Key ID: 10F15E84852CB868
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ do
table.insert(mesecon._test_eff_conductor_events, {"off", pos})
minetest.swap_node(pos, {name = "mesecons:test_effect_conductor_off", param2 = node.param2})
end
local function action_change(pos, node, rule_name, new_state)
local function action_change(pos, _node, _rule_name, _new_state)
if mesecon.do_overheat(pos) then
table.insert(mesecon._test_eff_conductor_events, {"overheat", pos})
minetest.remove_node(pos)