Merge branch 'feature_profiling' into integration_json_and_tools

This commit is contained in:
Petr Mrázek
2014-02-24 00:29:13 +01:00
24 changed files with 1058 additions and 62 deletions

View File

@@ -230,7 +230,7 @@ MinecraftProcess *OneSixInstance::prepareForLaunch(AuthSessionPtr session)
launchScript += "ext " + finfo.absoluteFilePath() + "\n";
}
launchScript += "natives " + natives_dir.absolutePath() + "\n";
launchScript += "launch onesix\n";
launchScript += "launcher onesix\n";
// create the process and set its parameters
MinecraftProcess *proc = new MinecraftProcess(this);