--- deliantra/maps/perl/invite.ext 2006/03/24 23:29:18 1.9 +++ deliantra/maps/perl/invite.ext 2006/03/25 04:47:56 1.10 @@ -93,7 +93,6 @@ $who->message ("canceling all invites"); delete $invite{$name}; } - 1 }; sub teleport { @@ -129,6 +128,5 @@ $who->message ("... and sets you down where $args invited you to."); } - 1 -} +};