mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-16 05:34:25 +01:00
Force saving to be synchronous.
This commit is contained in:
parent
4806f8dc3e
commit
af0bbeb8bf
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ public class TemporaryMod : IMod
|
||||||
var manips = new MetaDictionary(collection.MetaCache);
|
var manips = new MetaDictionary(collection.MetaCache);
|
||||||
defaultMod.Manipulations.UnionWith(manips);
|
defaultMod.Manipulations.UnionWith(manips);
|
||||||
|
|
||||||
saveService.ImmediateSave(new ModSaveGroup(dir, defaultMod, config.ReplaceNonAsciiOnImport));
|
saveService.ImmediateSaveSync(new ModSaveGroup(dir, defaultMod, config.ReplaceNonAsciiOnImport));
|
||||||
modManager.AddMod(dir);
|
modManager.AddMod(dir);
|
||||||
Penumbra.Log.Information(
|
Penumbra.Log.Information(
|
||||||
$"Successfully generated mod {mod.Name} at {mod.ModPath.FullName} for collection {collection.Identifier}.");
|
$"Successfully generated mod {mod.Name} at {mod.ModPath.FullName} for collection {collection.Identifier}.");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue