mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 02:28:05 +11:00
bugfix for getChannel
This commit is contained in:
parent
b938640625
commit
effcadc915
@ -80,7 +80,7 @@ local function createTunnel(host,port,addr,raddr)
|
||||
return 8192
|
||||
end
|
||||
function proxy.getChannel()
|
||||
return proxy.host..":"..tostring(port)
|
||||
return host..":"..tostring(port)
|
||||
end
|
||||
event.listen("internet_ready",proxy.read)
|
||||
listeners[addr] = {"internet_ready",proxy.read}
|
||||
|
Loading…
Reference in New Issue
Block a user