diff options
Diffstat (limited to 'logic/minecraft/VersionFile.h')
-rw-r--r-- | logic/minecraft/VersionFile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/minecraft/VersionFile.h b/logic/minecraft/VersionFile.h index 69866fc5..47ebf9eb 100644 --- a/logic/minecraft/VersionFile.h +++ b/logic/minecraft/VersionFile.h @@ -172,7 +172,7 @@ public: /* data */ QStringList addTweakers; /// Mojang: list of libraries to add to the version - QList<LibraryPtr> addLibs; + QList<LibraryPtr> libraries; /// MultiMC: list of attached traits of this version file - used to enable features QSet<QString> traits; |