Develop 1.8 #20

Merged
Kan18 merged 242 commits from develop-1.8 into master-1.8 2019-11-10 20:52:08 -05:00
Showing only changes of commit 62a3bc1360 - Show all commits

View File

@@ -124,6 +124,10 @@ Event.on('modem_message', function(_, _, sport, id, info, distance)
network[id].distance = distance
network[id].timestamp = os.clock()
if not network[id].label then
network[id].label = 'unknown'
end
if not network[id].active then
network[id].active = true
os.queueEvent('network_attach', network[id])