--- deliantra/server/ext/dmcommands.ext 2007/01/14 02:10:41 1.13 +++ deliantra/server/ext/dmcommands.ext 2007/02/28 16:38:56 1.14 @@ -21,7 +21,7 @@ cf::async { my $other = cf::player::find $arg - or return $ob->reply ("$arg: no such player."); + or return $ob->reply (undef, "$arg: no such player."); $ob->goto ($other->maplevel, $other->ob->x, $other->ob->y); };