Update drone.lua

This commit is contained in:
Innovation Inc 2021-01-06 04:08:21 -06:00 committed by GitHub
parent 7ab1d91ce9
commit eb8c30ee23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,8 @@ local interweb = part "internet"
local fwaddress = "https://raw.githubusercontent.com/DremOSDeveloperTeam/opencomputers-drone/master/drone.lua"
local commport = 6500
t.open(6500)
while true do
local evt,_,sender,port,_,name,cmd,a,b,c = computer.pullSignal()
if evt == "modem_message" and name == d.name() then