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