diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2017-11-08 19:30:20 -0600 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2017-11-08 19:30:20 -0600 |
| commit | 3cf3de700eeac08867d509e478449e46d7ff9f12 (patch) | |
| tree | 99906210580834bdafbae97e8e1878cf62e9e80e /src/modinforegular.cpp | |
| parent | 9ec913945a42b33f1cfd4f7389539c25895adb34 (diff) | |
Add MCM detection (but doesn't fix loading issues :()
Diffstat (limited to 'src/modinforegular.cpp')
| -rw-r--r-- | src/modinforegular.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modinforegular.cpp b/src/modinforegular.cpp index 1194f604..c296d792 100644 --- a/src/modinforegular.cpp +++ b/src/modinforegular.cpp @@ -458,6 +458,8 @@ std::vector<ModInfo::EContent> ModInfoRegular::getContents() const m_CachedContent.push_back(CONTENT_SCRIPT); if (dir.exists("SkyProc Patchers")) m_CachedContent.push_back(CONTENT_SKYPROC); + if (dir.exists("MCM")) + m_CachedContent.push_back(CONTENT_MCM); m_LastContentCheck = QTime::currentTime(); } |
