--- deliantra/server/ext/tcp.ext 2006/12/15 19:29:18 1.1 +++ deliantra/server/ext/tcp.ext 2006/12/15 19:59:19 1.2 @@ -27,5 +27,5 @@ warn "new connection from $host\n"; - cf::add_client_socket $fd, $host; + cf::add_client $fd, $host; });