This commit is contained in:
Ryan Ward 2019-02-05 15:59:37 -05:00
parent c3d1a0e4b5
commit dbe70c7d26

View File

@ -469,9 +469,6 @@ function net:newUDPClient(host,port,servercode,nonluaServer)
net.OnClientCreated:Fire(c) net.OnClientCreated:Fire(c)
return c return c
end end
multi:newThread(function()
end)
--TCP Stuff --TCP Stuff
function net:newTCPClientObject(fd) function net:newTCPClientObject(fd)
local c = {} local c = {}