mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-15 05:04:15 +01:00
Change moddata to list.
This commit is contained in:
parent
2cece9c422
commit
4a4d93baf3
4 changed files with 96 additions and 93 deletions
|
|
@ -70,9 +70,6 @@ public static class ModManagerEditExtensions
|
|||
}
|
||||
}
|
||||
|
||||
manager.Mods.Remove( mod.BasePath.Name );
|
||||
manager.Mods[ newDir.Name ] = mod;
|
||||
|
||||
var oldBasePath = mod.BasePath;
|
||||
mod.BasePath = newDir;
|
||||
mod.MetaFile = ModData.MetaFileInfo( newDir );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue