mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 10:17:23 +01:00
Restore splitting paths for folders on design creation.
This commit is contained in:
parent
954294b669
commit
d0b7c1f607
6 changed files with 55 additions and 17 deletions
|
|
@ -437,7 +437,7 @@ public class CommandService : IDisposable
|
|||
}
|
||||
|
||||
var design = _converter.Convert(state, EquipFlagExtensions.All, CustomizeFlagExtensions.AllRelevant);
|
||||
_designManager.CreateClone(design, split[0]);
|
||||
_designManager.CreateClone(design, split[0], true);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue