mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-19 22:37:46 +01:00
Add handling of too large multi groups on import of pmp or adding mods via IPC.
This commit is contained in:
parent
cdc4ee6991
commit
522fc832db
4 changed files with 118 additions and 2 deletions
|
|
@ -138,6 +138,7 @@ public partial class Mod
|
|||
return;
|
||||
}
|
||||
|
||||
Creator.SplitMultiGroups( modFolder );
|
||||
var mod = LoadMod( modFolder, true );
|
||||
if( mod == null )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue