changed the queuePacket call

This commit is contained in:
Izaya 2018-04-04 13:27:31 +10:00
parent b2332a97aa
commit 3fa392bc0e
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ listeners["modem_message"]=processPacket
event.listen("modem_message",processPacket)
print("Started packet listening daemon: "..tostring(processPacket))
local function queuePacket(_,ptype,to,vport,data,npID)
local function queuePacket(ptype,to,vport,data,npID)
npID = npID or genPacketID()
pqueue[npID] = {ptype,to,vport,data,0,0}
dprint(npID,table.unpack(pqueue[npID]))