GH-1502 move launch script generation to the Minecraft launch step

This commit is contained in:
Petr Mrázek
2016-02-28 19:33:05 +01:00
parent 9497b7e96c
commit 1a9793197f
7 changed files with 46 additions and 26 deletions

View File

@@ -36,6 +36,9 @@ public:
return QList<Mod>();
}
/// get the launch script to be used with this
virtual QString createLaunchScript(AuthSessionPtr session) = 0;
//FIXME: nuke?
virtual std::shared_ptr<BaseVersionList> versionList() const override;