diff options
Diffstat (limited to 'logic/VersionFinal.h')
-rw-r--r-- | logic/VersionFinal.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/logic/VersionFinal.h b/logic/VersionFinal.h index f3bf9771..ceb90f57 100644 --- a/logic/VersionFinal.h +++ b/logic/VersionFinal.h @@ -91,7 +91,7 @@ public: /// Last updated time - as a string QString time; /// Release time - as a string - QString releaseTime; + QString versionReleaseTime; /// Release type - "release" or "snapshot" QString type; /// Assets type - "legacy" or a version ID @@ -125,7 +125,11 @@ public: * The main class to load first */ QString mainClass; - + /** + * The applet class, for some very old minecraft releases + */ + QString appletClass; + /// the list of libs - both active and inactive, native and java QList<std::shared_ptr<OneSixLibrary>> libraries; |