mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-30 20:33:43 +01:00
Remove MusicManager/DisableSoundStreaming
This commit is contained in:
parent
9dd12f4a71
commit
c49fce4487
7 changed files with 1 additions and 96 deletions
|
|
@ -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 );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue