--- deliantra/maps/perl/chat.ext 2006/05/07 08:24:50 1.6 +++ deliantra/maps/perl/chat.ext 2006/05/07 08:26:47 1.7 @@ -10,7 +10,7 @@ my $name = $who->name; $_->ob->message ("$name chats: $msg", cf::NDI_BLUE) - for grep !$player->ob->{ext_ignore_shout}, cf::player::list; + for grep !$_->ob->{ext_ignore_shout}, cf::player::list; } else { $who->message ("Chat what?", cf::NDI_UNIQUE); @@ -24,7 +24,7 @@ my $name = $who->name; $_->ob->message ("$name shouts: $msg", cf::NDI_RED) - for grep !$player->ob->{ext_ignore_shout}, cf::player::list; + for grep !$_->ob->{ext_ignore_shout}, cf::player::list; } else { $who->message ("Shout what?", cf::NDI_UNIQUE);