--- deliantra/server/socket/loop.C 2007/07/30 02:03:03 1.66 +++ deliantra/server/socket/loop.C 2007/07/31 20:10:31 1.67 @@ -191,7 +191,7 @@ if (!faces_sent [scrub_idx]) if (faceinfo *f = face_info (scrub_idx)) - if (f->type == FT_FACE) // only scrub faces for now + if (f->type == FT_FACE || f->type == FT_SOUND) // only scrub faces and sounds for now { send_face (scrub_idx, -120); flush_fx ();