mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-07-02 15:50:21 +02:00
Error syntax
This commit is contained in:
@ -130,7 +130,7 @@ mesecon:register_on_signal_on(function(pos, node)
|
||||
if checknode.name == "air"
|
||||
or checknode.name == "ignore"
|
||||
or string.find(checknode.name, "_source")
|
||||
or string.find(checknode.name, "_flowing") then
|
||||
or string.find(checknode.name, "_flowing") then
|
||||
break
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user