From: Steinar H. Gunderson Date: Sat, 23 Oct 2021 23:13:49 +0000 (+0200) Subject: BSI2 is black. X-Git-Url: https://git.sesse.net/index.cgi/?a=commitdiff_plain;h=f3dc965ccdd13af4e7fd7e18074546e580e71ff7;p=ultimatescore BSI2 is black. --- diff --git a/client/mainwindow.cpp b/client/mainwindow.cpp index 62096e5..f8046ea 100644 --- a/client/mainwindow.cpp +++ b/client/mainwindow.cpp @@ -94,7 +94,7 @@ MainWindow::MainWindow(QWidget *parent) : // team_combo->addItem("BFK", "navy"); team_combo->addItem("BRI", "navy"); team_combo->addItem("BSI1", "white"); - team_combo->addItem("BSI2", "yellow"); + team_combo->addItem("BSI2", "black"); team_combo->addItem("ESK", "white"); team_combo->addItem("FRA", "navy"); team_combo->addItem("NHHI", "navy");