--- deliantra/server/ext/invite.ext 2006/12/15 19:29:18 1.1 +++ deliantra/server/ext/invite.ext 2007/01/07 02:39:14 1.2 @@ -77,7 +77,7 @@ if (is_damned ($map, $x, $y)) { $who->message ("Your god isn't present here, you can't invite someone to unholy ground."); } elsif ($plevel >= $mlevel) { - if (my $other = cf::player::find $args) { + if (my $other = cf::player::find_active $args) { $who->message ("inviting player '$args', to cancel, type: 'invite or wait $TIMEOUT seconds"); $other->ob->message ("$name invites you to $maplevel[$mlevel], to accept, use 'accept-invitation $name"); $invite{$name}{$args} = [time + $TIMEOUT, $map, $x, $y];