NOISSUE Refactors and moving of things
This commit is contained in:
parent
593111b144
commit
791221e923
88 changed files with 1894 additions and 1668 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "logger/QsLog.h"
|
||||
|
||||
#include "logic/minecraft/InstanceVersion.h"
|
||||
#include "logic/minecraft/MinecraftProfile.h"
|
||||
#include "logic/minecraft/OneSixLibrary.h"
|
||||
#include "logic/OneSixInstance.h"
|
||||
#include "MultiMC.h"
|
||||
|
@ -116,7 +116,7 @@ protected:
|
|||
{
|
||||
try
|
||||
{
|
||||
m_instance->reloadVersion();
|
||||
m_instance->reloadProfile();
|
||||
emitSucceeded();
|
||||
}
|
||||
catch (MMCError &e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue