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
|
||||
{
|
||||
Red = 0,
|
||||
Blue,
|
||||
Green,
|
||||
Yellow,
|
||||
Blue,
|
||||
NUM_INVALID
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue