mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
maybe fix a crash on load due to missing fileswaps
This commit is contained in:
parent
fe734776fb
commit
41b02abc2f
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ namespace Penumbra.Mods
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
foreach( var swap in mod.Meta.FileSwaps )
|
foreach( var swap in mod.Meta?.FileSwaps )
|
||||||
{
|
{
|
||||||
// just assume people put not fucked paths in here lol
|
// just assume people put not fucked paths in here lol
|
||||||
if( !SwappedFiles.ContainsKey( swap.Value ) )
|
if( !SwappedFiles.ContainsKey( swap.Value ) )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue