diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-02-02 01:09:28 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-04-12 20:57:17 +0200 |
commit | d313e9ab09639346526b75c92498188753cb5b87 (patch) | |
tree | 1df78fb6150b77a705b48aa3af0a845131000309 /logic/InstanceList.cpp | |
parent | 382ae78a0bf75892827321b052c6afbd195476bc (diff) | |
download | PrismLauncher-d313e9ab09639346526b75c92498188753cb5b87.tar.gz PrismLauncher-d313e9ab09639346526b75c92498188753cb5b87.tar.bz2 PrismLauncher-d313e9ab09639346526b75c92498188753cb5b87.zip |
SCRATCH remove remaining references to MultiMC.h and fix legacy LWJGL
Diffstat (limited to 'logic/InstanceList.cpp')
-rw-r--r-- | logic/InstanceList.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/logic/InstanceList.cpp b/logic/InstanceList.cpp index 4e275254..657fd5b4 100644 --- a/logic/InstanceList.cpp +++ b/logic/InstanceList.cpp @@ -26,7 +26,6 @@ #include <QRegularExpression> #include <pathutils.h> -#include "MultiMC.h" #include "logic/InstanceList.h" #include "logic/icons/IconList.h" #include "logic/minecraft/MinecraftVersionList.h" @@ -309,7 +308,7 @@ InstanceList::InstListError InstanceList::loadList() } // FIXME: generalize - FTBPlugin::loadInstances(groupMap, tempList); + FTBPlugin::loadInstances(m_globalSettings, groupMap, tempList); beginResetModel(); m_instances.clear(); |