mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Finished work on issue #12.
This commit is contained in:
+4
-1
@@ -545,9 +545,12 @@ void Launcher::OnSortPlugins(wxCommandEvent& event) {
|
||||
ofstream uout(_game.UserlistPath().string().c_str());
|
||||
uout << yout.c_str();
|
||||
uout.close();
|
||||
|
||||
//Now set load order.
|
||||
_game.SetLoadOrder(plugins);
|
||||
}
|
||||
|
||||
out << "Post-preview load order:" << endl;
|
||||
out << "Set load order:" << endl;
|
||||
for (list<boss::Plugin>::iterator it=plugins.begin(), endIt = plugins.end(); it != endIt; ++it)
|
||||
out << '\t' << it->Name() << endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user