Update linkedSend.lua

This commit is contained in:
erius0 2021-01-08 17:49:20 +03:00 committed by GitHub
parent b6c7d23a13
commit 97a5d306cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,4 @@ while true do
break
end
t.send(message)
local _, _, _, _, _, message = event.pull("modem_message")
print(message)
end