Merge pull request #1339 from TheKodeToad/remove-direct-launch
This commit is contained in:
commit
ea56ff255d
6 changed files with 5 additions and 267 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue