Skip to content

Commit

Permalink
Reorder primary plugins to better comport with base LO
Browse files Browse the repository at this point in the history
  • Loading branch information
Silarn committed Jun 18, 2024
1 parent ba448cd commit 76d82d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gamestarfield.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@ QStringList GameStarfield::primaryPlugins() const
{
QStringList plugins = {"Starfield.esm", "Constellation.esm",
"OldMars.esm", "BlueprintShips-Starfield.esm",
"SFBGS003.esm", "SFBGS006.esm",
"SFBGS007.esm", "SFBGS008.esm"};
"SFBGS007.esm", "SFBGS008.esm",
"SFBGS006.esm", "SFBGS003.esm"};

auto testPlugins = testFilePlugins();
if (loadOrderMechanism() == LoadOrderMechanism::None) {
Expand Down

0 comments on commit 76d82d1

Please sign in to comment.