Merge pull request #1111 from PolyMC/revert-1067-classpath-epicness

This commit is contained in:
Sefa Eyeoglu
2022-09-05 20:06:33 +02:00
committed by GitHub
3 changed files with 40 additions and 76 deletions

View File

@ -568,11 +568,6 @@ QString MinecraftInstance::createLaunchScript(AuthSessionPtr session, MinecraftS
if(!profile)
return QString();
for (auto cp : getClassPath())
{
launchScript += "classPath " + cp + "\n";
}
auto mainClass = getMainClass();
if (!mainClass.isEmpty())
{