mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-19 22:17:44 +01:00
Skip automatic updates from temporary settings when applied by design.
This commit is contained in:
parent
9e7679e70f
commit
5a9e9513f4
4 changed files with 31 additions and 12 deletions
|
|
@ -262,7 +262,7 @@ public class StateEditor(
|
|||
public void ApplyDesign(object data, MergedDesign mergedDesign, ApplySettings settings)
|
||||
{
|
||||
var state = (ActorState)data;
|
||||
modApplier.HandleStateApplication(state, mergedDesign);
|
||||
modApplier.HandleStateApplication(state, mergedDesign, true);
|
||||
if (!Editor.ChangeModelId(state, mergedDesign.Design.DesignData.ModelId, mergedDesign.Design.DesignData.Customize,
|
||||
mergedDesign.Design.GetDesignDataRef().GetEquipmentPtr(), settings.Source, out var oldModelId, settings.Key))
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue