summaryrefslogtreecommitdiffstats
path: root/logic/OneSixInstance.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-04-02 22:14:54 +0200
committerPetr Mrázek <peterix@gmail.com>2015-04-02 22:14:54 +0200
commitdc84ac368293462161f32b1dc081c8bea5e51e49 (patch)
treed0065524ffb60676de3b1764fd6f689a23486aab /logic/OneSixInstance.cpp
parent695bfd5f7c236ff399891cfd3cec577558939938 (diff)
downloadMultiMC-dc84ac368293462161f32b1dc081c8bea5e51e49.tar
MultiMC-dc84ac368293462161f32b1dc081c8bea5e51e49.tar.gz
MultiMC-dc84ac368293462161f32b1dc081c8bea5e51e49.tar.lz
MultiMC-dc84ac368293462161f32b1dc081c8bea5e51e49.tar.xz
MultiMC-dc84ac368293462161f32b1dc081c8bea5e51e49.zip
NOISSUE make slightly more compatible with current unstable
Recognize MinecraftVersion as IntendedVersion
Diffstat (limited to 'logic/OneSixInstance.cpp')
-rw-r--r--logic/OneSixInstance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/OneSixInstance.cpp b/logic/OneSixInstance.cpp
index 0ae11922..0e28ce29 100644
--- a/logic/OneSixInstance.cpp
+++ b/logic/OneSixInstance.cpp
@@ -42,7 +42,7 @@
OneSixInstance::OneSixInstance(const QString &rootDir, SettingsObject *settings, QObject *parent)
: MinecraftInstance(rootDir, settings, parent)
{
- m_settings->registerSetting("IntendedVersion", "");
+ m_settings->registerSetting({"IntendedVersion", "MinecraftVersion"}, "");
}
void OneSixInstance::init()