refactor: set default InstanceType to OneSix
This commit is contained in:
parent
a70d1f1a91
commit
624ab25cd4
9 changed files with 2 additions and 15 deletions
|
@ -17,8 +17,6 @@ void InstanceCreationTask::executeTask()
|
|||
{
|
||||
auto instanceSettings = std::make_shared<INISettingsObject>(FS::PathCombine(m_stagingPath, "instance.cfg"));
|
||||
instanceSettings->suspendSave();
|
||||
instanceSettings->registerSetting("InstanceType", "Legacy");
|
||||
instanceSettings->set("InstanceType", "OneSix");
|
||||
MinecraftInstance inst(m_globalSettings, instanceSettings, m_stagingPath);
|
||||
auto components = inst.getPackProfile();
|
||||
components->buildingFromScratch();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue