minor tweaks

This commit is contained in:
kepler155c@gmail.com
2019-07-08 00:16:28 -04:00
parent 86cd6e3c0e
commit ccc7693f46
3 changed files with 4 additions and 2 deletions

View File

@@ -351,7 +351,7 @@ Event.on('modem_message', function(_, side, chan, reply, msg, dist)
portid = chan,
replyid = reply,
message = msg,
distance = dist,
distance = dist or -1,
})
end
end)