--- deliantra/server/ext/login.ext 2006/12/23 06:45:33 1.4 +++ deliantra/server/ext/login.ext 2006/12/23 07:28:02 1.5 @@ -252,15 +252,15 @@ $ob->contr->savebed ($bed->map->path, $bed->x, $bed->y); $ob->contr->killer ("left"); - $ob->check_score (); + $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; } }); },