--- deliantra/server/ext/tcp.ext 2006/12/15 19:59:19 1.2 +++ 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 $fd, $host; + cf::client::create $fd, $host; });