--- deliantra/server/ext/commands.ext 2007/09/08 10:14:09 1.62 +++ deliantra/server/ext/commands.ext 2007/10/07 15:52:05 1.63 @@ -202,7 +202,7 @@ cf::register_command hiscore => sub { my ($ob, $arg) = @_; - my $url = $cf::CFG->{hiscore_url}; + my $url = $cf::CFG{hiscore_url}; $ob->send_msg (log => "See $url", cf::NDI_REPLY); };