--- deliantra/server/ext/login.ext 2006/12/23 06:21:02 1.3 +++ deliantra/server/ext/login.ext 2006/12/23 07:28:02 1.5 @@ -251,17 +251,16 @@ # update respawn position $ob->contr->savebed ($bed->map->path, $bed->x, $bed->y); - #TODO? - #strcpy (pl->contr->killer, "left"); - #check_score (pl); /* Always check score */ + $ob->contr->killer ("left"); + $ob->check_score; $ob->reply (undef, "In the future, you will wake up here when you die."); - $ob->contr->save (); + $ob->contr->save; $ob->contr->ns->query (cf::CS_QUERY_SINGLECHAR, "Do you want to continue playing (y/n)?", sub { if ($_[0] !~ /^[yY]/) { $ob->contr->save (1); - $ob->contr->ns->destroy (); + $ob->contr->ns->destroy; } }); },