mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-12-26 10:20:19 +01:00
Remove unused VERSION file
and remove debug output
This commit is contained in:
parent
cfd4f7c287
commit
c7428d8135
@ -1 +0,0 @@
|
|||||||
0.41 DEV
|
|
@ -381,7 +381,6 @@ function mesecon.turnon(pos, link)
|
|||||||
|
|
||||||
-- area not loaded, postpone action
|
-- area not loaded, postpone action
|
||||||
if not node then
|
if not node then
|
||||||
print("Mesecons: Postponing action!")
|
|
||||||
mesecon.queue:add_action(f.pos, "turnon", {link}, nil, true)
|
mesecon.queue:add_action(f.pos, "turnon", {link}, nil, true)
|
||||||
elseif mesecon.is_conductor_off(node, f.link) then
|
elseif mesecon.is_conductor_off(node, f.link) then
|
||||||
local rules = mesecon.conductor_get_rules(node)
|
local rules = mesecon.conductor_get_rules(node)
|
||||||
|
Loading…
Reference in New Issue
Block a user