mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-12-26 02:10:18 +01:00
Remove unused variable
This commit is contained in:
parent
ec517becab
commit
fc384aedbb
@ -70,7 +70,6 @@ local action_setports_on = function (pos, ports, vports)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local action_setports_off = function (pos, ports, vports)
|
local action_setports_off = function (pos, ports, vports)
|
||||||
local todo = {}
|
|
||||||
if vports.a ~= ports.a and not ports.a then
|
if vports.a ~= ports.a and not ports.a then
|
||||||
mesecon:receptor_off(pos, {rules.a})
|
mesecon:receptor_off(pos, {rules.a})
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user