Reorder team colours to match with bash colour codes
This commit is contained in:
parent
fa7aa15ccd
commit
29048fcdd3
1 changed files with 1 additions and 1 deletions
|
@ -7,9 +7,9 @@
|
||||||
enum class Team : char
|
enum class Team : char
|
||||||
{
|
{
|
||||||
Red = 0,
|
Red = 0,
|
||||||
Blue,
|
|
||||||
Green,
|
Green,
|
||||||
Yellow,
|
Yellow,
|
||||||
|
Blue,
|
||||||
NUM_INVALID
|
NUM_INVALID
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue