Update launcher/minecraft/mod/tasks/GetModDependenciesTask.cpp
Co-authored-by: TheKodeToad <TheKodeToad@proton.me> Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
0680d2dceb
commit
81a3ba18bc
@ -256,7 +256,7 @@ QHash<QString, QStringList> GetModDependenciesTask::getRequiredBy()
|
|||||||
{
|
{
|
||||||
QHash<QString, QStringList> rby;
|
QHash<QString, QStringList> rby;
|
||||||
auto fullList = m_selected + m_pack_dependencies;
|
auto fullList = m_selected + m_pack_dependencies;
|
||||||
for (auto mod : fullList) {
|
for (auto& mod : fullList) {
|
||||||
auto addonId = mod->pack->addonId;
|
auto addonId = mod->pack->addonId;
|
||||||
auto provider = mod->pack->provider;
|
auto provider = mod->pack->provider;
|
||||||
auto version = mod->version.fileId;
|
auto version = mod->version.fileId;
|
||||||
|
Loading…
Reference in New Issue
Block a user