Merge branch 'feature_derpstances' of https://github.com/02JanDal/MultiMC5 into feature_derpstances
Conflicts: gui/dialogs/OneSixModEditDialog.cpp logic/OneSixUpdate.cpp
This commit is contained in:
@@ -131,7 +131,7 @@ void OneSixUpdate::versionFileFinished()
|
||||
{
|
||||
finfo.remove();
|
||||
}
|
||||
inst->reloadFullVersion();
|
||||
inst->reloadVersion();
|
||||
|
||||
jarlibStart();
|
||||
}
|
||||
@@ -229,7 +229,7 @@ void OneSixUpdate::jarlibStart()
|
||||
setStatus(tr("Getting the library files from Mojang..."));
|
||||
QLOG_INFO() << m_inst->name() << ": downloading libraries";
|
||||
OneSixInstance *inst = (OneSixInstance *)m_inst;
|
||||
bool successful = inst->reloadFullVersion();
|
||||
bool successful = inst->reloadVersion();
|
||||
if (!successful)
|
||||
{
|
||||
emitFailed("Failed to load the version description file. It might be "
|
||||
|
Reference in New Issue
Block a user