mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 10:17:23 +01:00
Differentiate between temporary settings through manual and automatic application.
This commit is contained in:
parent
5a9e9513f4
commit
c1f84b4303
9 changed files with 108 additions and 77 deletions
|
|
@ -694,7 +694,7 @@ public class CommandService : IDisposable, IApiService
|
|||
if (!applyMods || design is not Design d)
|
||||
return;
|
||||
|
||||
var (messages, appliedMods, _, name, overridden) = _modApplier.ApplyModSettings(d.AssociatedMods, actor, d.ResetTemporarySettings);
|
||||
var (messages, appliedMods, _, name, overridden) = _modApplier.ApplyModSettings(d.AssociatedMods, actor, StateSource.Manual, d.ResetTemporarySettings);
|
||||
|
||||
foreach (var message in messages)
|
||||
Glamourer.Messager.Chat.Print($"Error applying mod settings: {message}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue