Removed extra code
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -95,7 +95,6 @@ struct IndexedPack {
|
||||
|
||||
bool versionsLoaded = false;
|
||||
QVector<IndexedVersion> versions;
|
||||
QVariant loadedFileId; // to check for already downloaded mods
|
||||
|
||||
// Don't load by default, since some modplatform don't have that info
|
||||
bool extraDataLoaded = true;
|
||||
@ -111,8 +110,6 @@ struct IndexedPack {
|
||||
}
|
||||
[[nodiscard]] bool isAnyVersionSelected() const
|
||||
{
|
||||
if (loadedFileId.isValid())
|
||||
return true;
|
||||
if (!versionsLoaded)
|
||||
return false;
|
||||
|
||||
|
Reference in New Issue
Block a user