diff options
Diffstat (limited to 'logic/minecraft')
-rw-r--r-- | logic/minecraft/VersionFile.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/minecraft/VersionFile.cpp b/logic/minecraft/VersionFile.cpp index 311271fe..3e0648cc 100644 --- a/logic/minecraft/VersionFile.cpp +++ b/logic/minecraft/VersionFile.cpp @@ -43,6 +43,7 @@ VersionFilePtr VersionFile::fromJson(const QJsonDocument &doc, const QString &fi } if (!doc.isObject()) { + throw JSONValidationError(filename + " is not an object"); } QJsonObject root = doc.object(); |