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)
return c
end
multi:newThread(function()
end)
--TCP Stuff
function net:newTCPClientObject(fd)
local c = {}