diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-02-21 22:47:19 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-02-21 22:59:07 +0100 |
commit | 624ab25cd490833fa43743137918f7014c9fe376 (patch) | |
tree | dfe2474233a382170860fc3f604ca138ce19b753 /launcher/modplatform/technic | |
parent | a70d1f1a9184a9f0506c439be1009e5ba3c77b5b (diff) | |
download | PrismLauncher-624ab25cd490833fa43743137918f7014c9fe376.tar.gz PrismLauncher-624ab25cd490833fa43743137918f7014c9fe376.tar.bz2 PrismLauncher-624ab25cd490833fa43743137918f7014c9fe376.zip |
refactor: set default InstanceType to OneSix
Diffstat (limited to 'launcher/modplatform/technic')
-rw-r--r-- | launcher/modplatform/technic/TechnicPackProcessor.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/launcher/modplatform/technic/TechnicPackProcessor.cpp b/launcher/modplatform/technic/TechnicPackProcessor.cpp index c45061ac..156a295a 100644 --- a/launcher/modplatform/technic/TechnicPackProcessor.cpp +++ b/launcher/modplatform/technic/TechnicPackProcessor.cpp @@ -31,8 +31,6 @@ void Technic::TechnicPackProcessor::run(SettingsObjectPtr globalSettings, const QString minecraftPath = FS::PathCombine(stagingPath, ".minecraft"); QString configPath = FS::PathCombine(stagingPath, "instance.cfg"); auto instanceSettings = std::make_shared<INISettingsObject>(configPath); - instanceSettings->registerSetting("InstanceType", "Legacy"); - instanceSettings->set("InstanceType", "OneSix"); MinecraftInstance instance(globalSettings, instanceSettings, stagingPath); instance.setName(instName); |