From c0afb8c6730e13aaa54295ec23f39ae521d0fb1d Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Tue, 15 Oct 2019 16:20:58 -0500 Subject: Only flag plugins as light if the game supports light plugins --- src/pluginlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pluginlist.h') diff --git a/src/pluginlist.h b/src/pluginlist.h index 228ccdec..092ba378 100644 --- a/src/pluginlist.h +++ b/src/pluginlist.h @@ -296,7 +296,7 @@ private: struct ESPInfo { - ESPInfo(const QString &name, bool enabled, const QString &originName, const QString &fullPath, bool hasIni, std::set archives); + ESPInfo(const QString &name, bool enabled, const QString &originName, const QString &fullPath, bool hasIni, std::set archives, bool lightSupported); QString m_Name; QString m_FullPath; bool m_Enabled; -- cgit v1.3.1