Fix a bug
This commit is contained in:
parent
4a9e213238
commit
8637cce433
4 changed files with 15 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue