diff --git a/Glamourer/Automation/AutoDesignApplier.cs b/Glamourer/Automation/AutoDesignApplier.cs index c5a6603..baf2e7e 100644 --- a/Glamourer/Automation/AutoDesignApplier.cs +++ b/Glamourer/Automation/AutoDesignApplier.cs @@ -66,7 +66,7 @@ public class AutoDesignApplier : IDisposable private void OnWeaponLoading(Actor actor, EquipSlot slot, Ref weapon) { - if (_jobChangeState == null) + if (_jobChangeState == null || !_config.EnableAutoDesigns) return; var id = actor.GetIdentifier(_actors.AwaitedService);