From 4269e82c80f9d098be0ddacf9c4b6261c21691a5 Mon Sep 17 00:00:00 2001 From: ZachHaber Date: Wed, 25 Jan 2017 20:51:23 -0600 Subject: [PATCH] Fixed an issue with sort button Sort button will now correctly create the new loadorder.txt. --- src/mainwindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index c9b629452..7c8535783 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -4228,7 +4228,8 @@ void MainWindow::on_bossButton_clicked() std::string reportURL; std::string errorMessages; - m_OrganizerCore.currentProfile()->writeModlistNow(); + //m_OrganizerCore.currentProfile()->writeModlistNow(); + m_OrganizerCore.savePluginList(); //Create a backup of the load orders w/ LOOT in name //to make sure that any sorting is easily undo-able. //Need to figure out how I want to do that.