mirror of
https://github.com/kepler155c/opus
synced 2026-05-31 09:42:10 +00:00
minor tweaks
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
@@ -215,3 +215,5 @@ Event.on('turtle_response', function()
|
||||
sendInfo()
|
||||
end
|
||||
end)
|
||||
|
||||
sendInfo()
|
||||
|
||||
Reference in New Issue
Block a user