forked from Mirrorlandia_minetest/mesecons
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
|
||||
if not node then
|
||||
print("Mesecons: Postponing action!")
|
||||
mesecon.queue:add_action(f.pos, "turnon", {link}, nil, true)
|
||||
elseif mesecon.is_conductor_off(node, f.link) then
|
||||
local rules = mesecon.conductor_get_rules(node)
|
||||
|
Loading…
Reference in New Issue
Block a user