All of the broken legacy things work.
This commit is contained in:
parent
9860d5ee12
commit
92abe4c603
21 changed files with 701 additions and 356 deletions
|
@ -224,7 +224,10 @@ bool OneSixInstance::prepareForLaunch(AuthSessionPtr account, QString &launchScr
|
|||
}
|
||||
launchScript += "cp " + versionsPath().absoluteFilePath(minecraftjarpath) + "\n";
|
||||
}
|
||||
launchScript += "mainClass " + version->mainClass + "\n";
|
||||
if(!version->mainClass.isEmpty())
|
||||
{
|
||||
launchScript += "mainClass " + version->mainClass + "\n";
|
||||
}
|
||||
if(!version->appletClass.isEmpty())
|
||||
{
|
||||
launchScript += "appletClass " + version->appletClass + "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue