--- deliantra/server/ext/chat.ext 2007/10/20 05:16:44 1.35 +++ deliantra/server/ext/chat.ext 2007/10/24 00:05:32 1.36 @@ -772,7 +772,7 @@ my $name = $pl->name; - send_msg $pl, $SAY_CHANNEL => "* $name $msg", cf::NDI_GREY | cf::NDI_DEF | ($_ == $pl ? cf::NDI_REPLY : 0), "msg_say" + send_msg $_, $SAY_CHANNEL => "* $name $msg", cf::NDI_GREY | cf::NDI_DEF | ($_ == $pl ? cf::NDI_REPLY : 0), "msg_say" for grep $pl->on_same_map_as ($_->ob), cf::player::list; };