made microtel actually push useful acks

This commit is contained in:
Izaya 2018-03-13 12:18:50 +11:00
parent 95ad568b86
commit 72093c31dd
1 changed files with 1 additions and 1 deletions

View File

@ -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])