Make ManualWithLinks the default.

This commit is contained in:
Ottermandias 2024-02-12 19:56:55 +01:00
parent b4cd5110f2
commit 488bea0e78
6 changed files with 17 additions and 7 deletions

View file

@ -163,7 +163,7 @@ public partial class GlamourerIpc
if ((hasModelId || state.ModelData.ModelId == 0) && state.CanUnlock(lockCode))
{
_stateManager.ApplyDesign(state, design,
new ApplySettings(Source: once ? StateSource.IpcManual : StateSource.IpcFixed, Key: lockCode));
new ApplySettings(Source: once ? StateSource.IpcManual : StateSource.IpcFixed, Key: lockCode, MergeLinks: true));
state.Lock(lockCode);
}
}