Merge pull request #863 from Scrumplex/fix-braindead-moment

update NewLaunch package name
This commit is contained in:
Sefa Eyeoglu
2022-07-01 19:55:01 +02:00
committed by GitHub

View File

@ -142,7 +142,7 @@ void LauncherPartLaunch::executeTask()
#else
args << classPath.join(':');
#endif
args << "org.multimc.EntryPoint";
args << "org.polymc.EntryPoint";
qDebug() << args.join(' ');