mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 02:28:05 +11:00
fixed the arguments for the net_send signal
This commit is contained in:
parent
b79ae09cdf
commit
4890f8b73f
@ -1,8 +1,8 @@
|
||||
local c = ""
|
||||
do
|
||||
function net.hook.sender(et,packetID,packetType,to,vport,data)
|
||||
function net.hook.sender(to,vport,data,packetType,packetID)
|
||||
if et == "net_send" then
|
||||
net.send(packetID,packetType,to,vport,data)
|
||||
net.send(to,vport,data,packetType,packetID)
|
||||
end
|
||||
end
|
||||
local fs = component.proxy(computer.getBootAddress())
|
||||
|
Loading…
Reference in New Issue
Block a user