--- deliantra/server/ext/dmcommands.ext 2007/01/14 02:10:41 1.13 +++ deliantra/server/ext/dmcommands.ext 2007/03/01 20:17:01 1.15 @@ -20,8 +20,8 @@ return unless $ob->may ("command_teleport"); cf::async { - my $other = cf::player::find $arg - or return $ob->reply ("$arg: no such player."); + my $other = cf::player::find_active $arg + or return $ob->reply (undef, "$arg: no such player."); $ob->goto ($other->maplevel, $other->ob->x, $other->ob->y); };