diff --git a/Penumbra/UI/Classes/ItemSwapWindow.cs b/Penumbra/UI/Classes/ItemSwapWindow.cs index 8dbab3e8..b086e148 100644 --- a/Penumbra/UI/Classes/ItemSwapWindow.cs +++ b/Penumbra/UI/Classes/ItemSwapWindow.cs @@ -652,7 +652,7 @@ public class ItemSwapWindow : IDisposable return; } - UpdateMod( _mod, newCollection.Settings[ _mod.Index ] ); + UpdateMod( _mod, _mod.Index < newCollection.Settings.Count ? newCollection.Settings[ _mod.Index ] : null ); newCollection.ModSettingChanged += OnSettingChange; if( oldCollection != null ) {