mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-09 09:24:39 +01:00
Cleanup. (2)
This commit is contained in:
parent
5725d80b81
commit
43d305cc5a
1 changed files with 2 additions and 2 deletions
|
|
@ -263,10 +263,10 @@ public class DesignManager
|
|||
_saveService.QueueSave(design);
|
||||
if (collection.IsAssociable())
|
||||
{
|
||||
Glamourer.Log.Debug($"Removed associated collection from design {design.Identifier}.");
|
||||
Glamourer.Log.Debug($"Set associated collection {collection.Name} to design {design.Identifier}.");
|
||||
} else
|
||||
{
|
||||
Glamourer.Log.Debug($"Set associated collection {collection.Name} to design {design.Identifier}.");
|
||||
Glamourer.Log.Debug($"Removed associated collection from design {design.Identifier}.");
|
||||
}
|
||||
_event.Invoke(DesignChanged.Type.ChangedAssociatedCollection, design, oldAssociatedCollection);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue