--- deliantra/server/ext/player-env.ext 2007/07/23 17:53:55 1.9 +++ deliantra/server/ext/player-env.ext 2007/07/23 21:02:50 1.10 @@ -78,7 +78,7 @@ push @{$msg->{faces}}, [$_, $pri++, cf::face::get_chksum $_] for grep $ns->must_send_face ($_), @$faces; - $ns->ext_event (music => %$msg); + $ns->ext_msg (music => %$msg); } Coro::schedule unless %MUSIC_QUEUE; }