]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/teams.qh
Create queue system to prevent team imbalance in teamplay
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / teams.qh
index 62c3e7b162b2aa11e27962da6e49b218889cbc91..dfedb2a274e346c161af01fc739e687bcd573e5f 100644 (file)
@@ -83,7 +83,7 @@ vector Team_ColorRGB(int teamid)
                case NUM_TEAM_4: return '1 0.0625 1'; // 0xFF0FFF
        }
 
-       return '0 0 0';
+       return '1 1 1';
 }
 
 string Team_ColorName(int teamid)