Remove direct launch
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
91c9082d19
commit
e21756ea8c
6 changed files with 5 additions and 267 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue