Update drone.lua

This commit is contained in:
Innovation Inc 2021-01-06 15:36:25 -06:00 committed by GitHub
parent c85d77be4a
commit fed7cc7ed3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,6 @@ t.open(6500)
while true do
d.setLightColor(0x0000FF)
local evt,_,sender,port,_,name,cmd,a,b,c = computer.pullSignal()
computer.beep() -- Debug
d.setLightColor(0xFFFFFF)
if evt == "modem_message" and name == d.name() then
d.setLightColor(0xFF00FF)