Error syntax

This commit is contained in:
Jat
2012-08-29 22:03:57 +02:00
parent e10bff62f0
commit 62a7a1eb8f
2 changed files with 2 additions and 2 deletions

View File

@ -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