Merge remote-tracking branch 'origin/feature_fix_log' into integration_butchery
Conflicts: logic/MinecraftProcess.cpp
This commit is contained in:
@@ -425,7 +425,19 @@ bool OneSixInstance::providesVersionFile() const
|
||||
|
||||
bool OneSixInstance::reload()
|
||||
{
|
||||
return BaseInstance::reload() && reloadVersion();
|
||||
if(BaseInstance::reload())
|
||||
{
|
||||
try
|
||||
{
|
||||
reloadVersion();
|
||||
return true;
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
QString OneSixInstance::loaderModsDir() const
|
||||
|
Reference in New Issue
Block a user