--- deliantra/server/ext/login.ext 2008/08/17 22:46:26 1.88 +++ deliantra/server/ext/login.ext 2008/09/16 16:03:02 1.90 @@ -224,7 +224,7 @@ # read username while () { - $user = query $ns, 0, "What is your name?\n:"; + $user = query $ns, 0, "What is your name? (login names are case-sensitive)\n:"; if ($cf::LOGIN_LOCK{$user}) { $ns->send_drawinfo ( @@ -294,6 +294,7 @@ # password matches, wonderful my $pl = cf::player::find $user or next; $pl->connect ($ns); + $pl->ob->flag (cf::FLAG_DEBUG, 1);#d# temp enter_map $pl; last; } elsif (can_cleanup $pl, $mtime) {