Reorder team colours to match with bash colour codes

This commit is contained in:
mdiluzio 2014-12-20 15:35:18 +00:00
parent fa7aa15ccd
commit 29048fcdd3

View file

@ -7,9 +7,9 @@
enum class Team : char
{
Red = 0,
Blue,
Green,
Yellow,
Blue,
NUM_INVALID
};