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:
commit
1936bd181f
24 changed files with 1596 additions and 606 deletions
|
@ -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 "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue