diff options
Diffstat (limited to 'api/logic/minecraft/legacy/LegacyInstance.h')
-rw-r--r-- | api/logic/minecraft/legacy/LegacyInstance.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api/logic/minecraft/legacy/LegacyInstance.h b/api/logic/minecraft/legacy/LegacyInstance.h index 4a8bc436..7ab89509 100644 --- a/api/logic/minecraft/legacy/LegacyInstance.h +++ b/api/logic/minecraft/legacy/LegacyInstance.h @@ -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 */ |