--- deliantra/server/ext/tcp.ext 2006/12/15 19:29:18 1.1 +++ deliantra/server/ext/tcp.ext 2006/12/21 06:12:35 1.3 @@ -27,5 +27,5 @@ warn "new connection from $host\n"; - cf::add_client_socket $fd, $host; + cf::client::create $fd, $host; });