diff --git a/UIs/BeetRoundWidgets/mainwindow.cpp b/UIs/BeetRoundWidgets/mainwindow.cpp index d93c0f1..1fb23d4 100644 --- a/UIs/BeetRoundWidgets/mainwindow.cpp +++ b/UIs/BeetRoundWidgets/mainwindow.cpp @@ -300,8 +300,7 @@ void MainWindow::findItems() { void MainWindow::fetchCurrentBiddings() { showStatusMessage(tr("Invoked 'Server|Fetch current biddings'")); - // emit m_core->sendGetRequest(GetBiddingsOfHighestRound); - emit m_core->sendGetRequest(GetBiddingsOfSpecificRound, 2); + emit m_core->sendGetRequest(GetBiddingsOfHighestRound); } void MainWindow::execSettingsDialog() {