readability fix

This commit is contained in:
a-f-G-U-C 2021-10-26 23:56:18 +00:00 committed by GitHub
parent 5cc9ae7343
commit 872054013a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -255,11 +255,11 @@ enum Team {
RED = 6;
MAROON = 7;
PURPLE = 8;
DARKBLUE = 9;
DARK_BLUE = 9;
BLUE = 10;
TEAL = 11;
GREEN = 12;
DARKGREEN = 13;
DARK_GREEN = 13;
BROWN = 14;
}