Skip to content

Commit 1d6adf1

Browse files
authored
Merge pull request #19 from ModOrganizer2/new_plugins
Add main plugins introduced with new update
2 parents 6e72e7c + 559e92b commit 1d6adf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/gamestarfield.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,8 @@ QStringList GameStarfield::testFilePlugins() const
226226

227227
QStringList GameStarfield::primaryPlugins() const
228228
{
229-
QStringList plugins = {"Starfield.esm", "Constellation.esm", "OldMars.esm"};
229+
QStringList plugins = {"Starfield.esm", "Constellation.esm", "OldMars.esm",
230+
"SFBGS006.esm", "SFBGS007.esm", "SFBGS008.esm"};
230231

231232
auto testPlugins = testFilePlugins();
232233
if (loadOrderMechanism() == LoadOrderMechanism::None) {

0 commit comments

Comments
 (0)