aboutsummaryrefslogtreecommitdiff
path: root/launcher/Application.cpp
diff options
context:
space:
mode:
authorTheKodeToad <TheKodeToad@proton.me>2023-07-10 16:10:58 +0100
committerTheKodeToad <TheKodeToad@proton.me>2023-07-10 16:22:37 +0100
commite21756ea8c35d04d78046fea44ac5e52f069f699 (patch)
tree7a662f168df02e91abb02547d3cc94c746138cdf /launcher/Application.cpp
parent91c9082d19b957c3295e7a0b5bc6add71e6459b8 (diff)
downloadPrismLauncher-e21756ea8c35d04d78046fea44ac5e52f069f699.tar.gz
PrismLauncher-e21756ea8c35d04d78046fea44ac5e52f069f699.tar.bz2
PrismLauncher-e21756ea8c35d04d78046fea44ac5e52f069f699.zip
Remove direct launch
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'launcher/Application.cpp')
-rw-r--r--launcher/Application.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/launcher/Application.cpp b/launcher/Application.cpp
index 7858d713..aa0eeb8e 100644
--- a/launcher/Application.cpp
+++ b/launcher/Application.cpp
@@ -618,9 +618,6 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
m_settings->registerSetting("ShowGlobalGameTime", true);
m_settings->registerSetting("RecordGameTime", true);
- // Minecraft launch method
- m_settings->registerSetting("MCLaunchMethod", "LauncherPart");
-
// Minecraft mods
m_settings->registerSetting("ModMetadataDisabled", false);