Fix adapter for rubber_collector

(returned false instead of nil if it couldn't fetch anything )
master
Marcel Klehr 2013-01-08 17:42:21 +01:00
parent 3231ef963c
commit 01d2e19890
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ conveyor_adapters['rubber_collector:rubber_collector'] = {
return inv:remove_item( 'main', itst )
end
end
return false
return nil
end,
add = function ( pos, thing, addcb )
if not thing then