Merge pull request #1339 from TheKodeToad/remove-direct-launch

This commit is contained in:
Sefa Eyeoglu
2023-08-02 18:31:27 +02:00
committed by GitHub
6 changed files with 5 additions and 267 deletions

View File

@ -637,9 +637,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);