--- deliantra/server/ext/player-env.ext 2010/04/08 18:27:17 1.16 +++ deliantra/server/ext/player-env.ext 2010/04/29 07:52:02 1.17 @@ -13,7 +13,7 @@ [ sort { (cf::face::get_data_size $a) <=> (cf::face::get_data_size $b) } grep $_, - map +(cf::face::find "$prefix$_" or ((warn "unable to find music file $_"), undef)), + map +(cf::face::find "$prefix$_" or ((cf::error "unable to find music file $_"), undef)), split /\s*,\s*/, $list ] }