must return a value

This commit is contained in:
Enno Rehling 2008-05-30 21:33:19 +00:00
parent 055c9f4bb9
commit 3a1550c3f6
1 changed files with 1 additions and 0 deletions

View File

@ -47,4 +47,5 @@ function tunnel_action(b, param)
end
end
end
return 1 -- return 0 to destroy
end