diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2017-10-20 20:27:06 -0500 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2017-10-20 20:27:06 -0500 |
| commit | a611c355ce732961c2a9ba1a8909f0c144afa860 (patch) | |
| tree | 3b7397dce252c5ceea73b367efc4e0313226da36 /src/pluginlist.cpp | |
| parent | 4689db76248166d8a4086952e4976bd6d74414fe (diff) | |
Basic ESL updates
Diffstat (limited to 'src/pluginlist.cpp')
| -rw-r--r-- | src/pluginlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluginlist.cpp b/src/pluginlist.cpp index a4d8561c..f2c52d5b 100644 --- a/src/pluginlist.cpp +++ b/src/pluginlist.cpp @@ -135,7 +135,7 @@ void PluginList::refresh(const QString &profileName QString extension = filename.right(3).toLower();
- if ((extension == "esp") || (extension == "esm")) {
+ if ((extension == "esp") || (extension == "esm") || (extension == "esl")) {
bool forceEnabled = Settings::instance().forceEnableCoreFiles() &&
std::find(primaryPlugins.begin(), primaryPlugins.end(), filename.toLower()) != primaryPlugins.end();
|
