--- deliantra/server/ext/login.ext 2009/10/15 21:56:50 1.101 +++ deliantra/server/ext/login.ext 2010/01/31 03:46:20 1.102 @@ -1,4 +1,4 @@ -#! perl # mandatory +#! perl # mandatory depends=highscore # login handling @@ -426,7 +426,7 @@ cf::async { $pl->save }; my $killer = cf::arch::get "killer_logout"; $pl->killer ($killer); $killer->destroy; - $ob->check_score; + ext::highscore::check $ob; $ob->send_msg ($cf::SAY_CHANNEL => "In the future, you will wake up here when you die.", cf::NDI_DEF | cf::NDI_REPLY);