--- deliantra/server/ext/commands.ext 2010/04/13 10:45:48 1.77 +++ deliantra/server/ext/commands.ext 2010/04/14 21:36:32 1.78 @@ -131,7 +131,7 @@ # $pl->contr->mark ($ob); # $pl->reply (undef, (sprintf "Marked item %s", $ob->name, $ob->title)); # } else { -# my $ob = $pl->find_marked_object; +# my $ob = $pl->mark; # # $pl->reply (undef, $ob # ? (sprintf "%s %s * is marked.", $ob->name, $ob->title) @@ -340,7 +340,7 @@ $item = $ob->find_best_object_match ($from) or return $ob->message ("rename: could not find a matching item to rename."); } else { - $item = $ob->find_marked_object + $item = $ob->mark or return $ob->message ("rename: no from name and no marked item found to rename."); }