NOISSUE preserve minecraft.jar while migrating Legacy instances

It can be manually modded. It must be preserved when it's the only jar around.
This commit is contained in:
Petr Mrázek
2018-03-23 23:38:08 +01:00
parent 106155dd62
commit a1c713811c
3 changed files with 26 additions and 3 deletions

View File

@ -64,6 +64,9 @@ public:
/// the default custom base jar of this instance
QString defaultCustomBaseJar() const;
// the main jar that we actually want to keep when migrating the instance
QString mainJarToPreserve() const;
/*!
* Whether or not custom base jar is used
*/