--- deliantra/server/ext/login.ext 2008/08/30 05:19:03 1.89 +++ deliantra/server/ext/login.ext 2008/09/16 16:03:02 1.90 @@ -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) {