summaryrefslogtreecommitdiffstats
path: root/wonkoclient
diff options
context:
space:
mode:
Diffstat (limited to 'wonkoclient')
-rw-r--r--wonkoclient/WonkoClient.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/wonkoclient/WonkoClient.cpp b/wonkoclient/WonkoClient.cpp
index dd0dfae5..2e07acb1 100644
--- a/wonkoclient/WonkoClient.cpp
+++ b/wonkoclient/WonkoClient.cpp
@@ -68,6 +68,7 @@ void WonkoClient::initGlobalSettings()
// Java Settings
m_settings->registerSetting("JavaPath", "");
m_settings->registerSetting("JavaTimestamp", 0);
+ m_settings->registerSetting("JavaArchitecture", "");
m_settings->registerSetting("JavaVersion", "");
m_settings->registerSetting("LastHostname", "");
m_settings->registerSetting("JavaDetectionHack", "");
@@ -79,4 +80,7 @@ void WonkoClient::initGlobalSettings()
// Custom Commands
m_settings->registerSetting({"PreLaunchCommand", "PreLaunchCmd"}, "");
m_settings->registerSetting({"PostExitCommand", "PostExitCmd"}, "");
+
+ // Minecraft launch method
+ m_settings->registerSetting("MCLaunchMethod", "LauncherPart");
}