]> git.sesse.net Git - ultimatescore/commitdiff
All TFK teams have yellow jerseys.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 5 Oct 2021 21:21:27 +0000 (23:21 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 5 Oct 2021 21:21:27 +0000 (23:21 +0200)
client/mainwindow.cpp

index d7efae39c67eed4c0878ba0b61c46ff0d97716d5..62096e5a1c25806c71a9ba2a0e864e0b82cc4f3f 100644 (file)
@@ -104,7 +104,7 @@ MainWindow::MainWindow(QWidget *parent) :
                team_combo->addItem("STO", "");
                team_combo->addItem("TFK1", "yellow");
                team_combo->addItem("TFK2", "yellow");
-               team_combo->addItem("TFK3", "green");
+               team_combo->addItem("TFK3", "yellow");
                team_combo->addItem("TSI", "orange");
        }