1
0
mirror of https://github.com/ShadowKatStudios/OC-Minitel.git synced 2024-11-23 02:28:05 +11:00

microtel-5-open should respect its boundaries better now

This commit is contained in:
Izaya 2018-03-30 00:10:38 +11:00
parent 12ba096838
commit c5eaf3d027

View File

@ -1,6 +1,6 @@
net.timeout = 60
function net.open(address,vport)
local st=computer.uptime()
local st,from,port,data=computer.uptime()
net.send(address,port,"openstream")
repeat
_, from, port, data = computer.pullSignal(0.5)