summaryrefslogtreecommitdiff
path: root/src/modinforegular.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modinforegular.cpp')
-rw-r--r--src/modinforegular.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modinforegular.cpp b/src/modinforegular.cpp
index dcace416..1e77e050 100644
--- a/src/modinforegular.cpp
+++ b/src/modinforegular.cpp
@@ -482,6 +482,7 @@ std::vector<ModInfo::EContent> ModInfoRegular::getContents() const
if (extender != nullptr) {
QString sePluginPath = extender->PluginPath();
if (dir.exists(sePluginPath)) {
+ m_CachedContent.push_back(CONTENT_SKSEFILES);
QDir sePluginDir(absolutePath() + "/" + sePluginPath);
if (sePluginDir.entryList(QStringList() << "*.dll").size() > 0) {
m_CachedContent.push_back(CONTENT_SKSE);