diff --git a/Dalamud/Interface/Internal/Windows/SettingsWindow.cs b/Dalamud/Interface/Internal/Windows/SettingsWindow.cs index 0ca950920..a7b57ea18 100644 --- a/Dalamud/Interface/Internal/Windows/SettingsWindow.cs +++ b/Dalamud/Interface/Internal/Windows/SettingsWindow.cs @@ -647,9 +647,6 @@ namespace Dalamud.Interface.Internal.Windows configuration.Save(); - this.devPluginLocationsChanged = false; - this.thirdRepoListChanged = false; - _ = Service.Get().ReloadPluginMastersAsync(); } }