Remove MusicManager/DisableSoundStreaming

This commit is contained in:
Soreepeong 2022-06-20 10:56:28 +09:00
parent 9dd12f4a71
commit c49fce4487
7 changed files with 1 additions and 96 deletions

View file

@ -308,12 +308,6 @@ public partial class ModCollection
{
foreach( var (path, file) in subMod.Files.Concat( subMod.FileSwaps ) )
{
// Skip all filtered files
if( Mod.FilterFile( path ) )
{
continue;
}
AddFile( path, file, parentMod );
}