Fix a bug

This commit is contained in:
Jan Dalheimer 2014-02-01 16:26:38 +01:00
parent 4a9e213238
commit 8637cce433
4 changed files with 15 additions and 6 deletions

View file

@ -225,7 +225,7 @@ struct VersionFile
}
out.name = root.value("name").toString();
out.fileId = root.value("id").toString();
out.fileId = root.value("fileId").toString();
out.version = root.value("version").toString();
out.mcVersion = root.value("mcVersion").toString();
out.filename = filename;