--- cf.schmorp.de/server/utils/cfutil.in 2007/07/25 22:30:38 1.46 +++ cf.schmorp.de/server/utils/cfutil.in 2007/07/26 21:44:43 1.47 @@ -453,7 +453,7 @@ push @res, [$path, $file, 3] # FT_MUSIC if $file =~ /\.(ogg)$/; - } elsif ($dir =~ /^sounds(?:\/|$)/) { + } elsif ($dir =~ /^sound(?:\/|$)/) { push @res, [$path, $file, 5] # FT_SOUND if $file =~ /\.(wav|ogg)$/;