mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Reset mod list when mod is added.
This commit is contained in:
parent
a9d47594b5
commit
9f5a72d21a
1 changed files with 1 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ namespace Penumbra.UI
|
|||
var metaFile = new FileInfo( Path.Combine( newDir.FullName, "meta.json" ) );
|
||||
modMeta.SaveToFile( metaFile );
|
||||
_modManager.AddMod( newDir );
|
||||
Cache.ResetModList();
|
||||
SelectModByDir( newDir.Name );
|
||||
}
|
||||
catch( Exception e )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue