Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
2 additions
and
3 deletions.
-
+2
−3
mesecons_detector/init.lua
|
@@ -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) |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.