Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit a791abe

Browse files
committed
Use hasNoRecords
1 parent df4df91 commit a791abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gamestarfield.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ bool GameStarfield::activeESL() const
383383
if (primaryPlugins().contains(baseName, Qt::CaseInsensitive))
384384
continue;
385385
if (m_Organizer->pluginList()->state(baseName) == IPluginList::STATE_ACTIVE &&
386-
!m_Organizer->pluginList()->isDummy(baseName))
386+
!m_Organizer->pluginList()->hasNoRecords(baseName))
387387
if (m_Organizer->pluginList()->hasLightExtension(baseName) ||
388388
m_Organizer->pluginList()->isLightFlagged(baseName))
389389
m_Active_ESLs.insert(baseName);

0 commit comments

Comments
 (0)