Fix #140 once again

This commit is contained in:
Jeija 2014-04-30 14:44:47 +02:00
parent f1eaee2281
commit a6916191aa
1 changed files with 2 additions and 3 deletions

View File

@ -11,9 +11,8 @@ local object_detector_make_formspec = function (pos)
end
local object_detector_on_receive_fields = function(pos, formname, fields)
if fields.quit then
return
end
if not fields.scanname or not fields.digiline_channel then return end;
local meta = minetest.get_meta(pos)
meta:set_string("scanname", fields.scanname)
meta:set_string("digiline_channel", fields.digiline_channel)