mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 18:27:24 +01:00
Add initial support for setting temporary mod settings.
This commit is contained in:
parent
e41755ed7e
commit
24452f3c79
22 changed files with 394 additions and 202 deletions
|
|
@ -691,7 +691,7 @@ public class CommandService : IDisposable, IApiService
|
|||
if (!applyMods || design is not Design d)
|
||||
return;
|
||||
|
||||
var (messages, appliedMods, _, name, overridden) = _modApplier.ApplyModSettings(d.AssociatedMods, actor);
|
||||
var (messages, appliedMods, _, name, overridden) = _modApplier.ApplyModSettings(d.AssociatedMods, actor, 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