mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-16 00:47:14 +00:00
NOISSUE Various changes from multiauth that are unrelated to it
This commit is contained in:
committed by
Petr Mrázek
parent
161dc66c2c
commit
3a8b238052
@@ -33,6 +33,7 @@
|
||||
#include "forge/ForgeMirrors.h"
|
||||
#include "net/URLConstants.h"
|
||||
#include "minecraft/AssetsUtils.h"
|
||||
#include "Exception.h"
|
||||
#include "MMCZip.h"
|
||||
|
||||
OneSixUpdate::OneSixUpdate(OneSixInstance *inst, QObject *parent) : Task(parent), m_inst(inst)
|
||||
@@ -182,7 +183,7 @@ void OneSixUpdate::jarlibStart()
|
||||
{
|
||||
inst->reloadProfile();
|
||||
}
|
||||
catch (MMCError &e)
|
||||
catch (Exception &e)
|
||||
{
|
||||
emitFailed(e.cause());
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user