Merge pull request #1111 from PolyMC/revert-1067-classpath-epicness
This commit is contained in:
@ -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())
|
||||
{
|
||||
|
Reference in New Issue
Block a user