GH-575 separate legacy jar mod list from mod list
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
#include "dialogs/VersionSelectDialog.h"
|
||||
#include "dialogs/ProgressDialog.h"
|
||||
#include "dialogs/ModEditDialogCommon.h"
|
||||
#include "minecraft/ModList.h"
|
||||
#include "minecraft/legacy/LegacyModList.h"
|
||||
#include "minecraft/legacy/LegacyInstance.h"
|
||||
#include "Env.h"
|
||||
#include <DesktopServices.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include "BasePage.h"
|
||||
#include <MultiMC.h>
|
||||
|
||||
class ModList;
|
||||
class LegacyModList;
|
||||
class LegacyInstance;
|
||||
namespace Ui
|
||||
{
|
||||
@ -70,7 +70,7 @@ protected:
|
||||
|
||||
private:
|
||||
Ui::LegacyJarModPage *ui;
|
||||
std::shared_ptr<ModList> m_jarmods;
|
||||
std::shared_ptr<LegacyModList> m_jarmods;
|
||||
LegacyInstance *m_inst;
|
||||
NetJobPtr forgeJob;
|
||||
};
|
||||
|
Reference in New Issue
Block a user