diff --git a/src/gui/handler.cpp b/src/gui/handler.cpp index 287dbe49..2c54f042 100644 --- a/src/gui/handler.cpp +++ b/src/gui/handler.cpp @@ -579,6 +579,9 @@ namespace loot { g_app_state.CurrentGame().conditionCache.clear(); g_app_state.CurrentGame().crcCache.clear(); + // Also refresh active plugins list. + g_app_state.CurrentGame().RefreshActivePluginsList(); + bool isFirstLoad = g_app_state.CurrentGame().plugins.empty(); g_app_state.CurrentGame().LoadPlugins(true);