mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 02:28:05 +11:00
made microtel actually push useful acks
This commit is contained in:
parent
95ad568b86
commit
72093c31dd
@ -78,7 +78,7 @@ function computer.pullSignal(t)
|
||||
end
|
||||
if tev[7] == 2 then
|
||||
pqueue[tev[11]] = nil
|
||||
computer.pushSignal("net_ack",data)
|
||||
computer.pushSignal("net_ack",tev[11])
|
||||
end
|
||||
if tev[7] ~= 2 then
|
||||
computer.pushSignal("net_msg",tev[9],tev[10],tev[11])
|
||||
|
Loading…
Reference in New Issue
Block a user