From 872054013a6ca5522d0116a556733c25b8ba79a7 Mon Sep 17 00:00:00 2001 From: a-f-G-U-C <65810997+a-f-G-U-C@users.noreply.github.com> Date: Tue, 26 Oct 2021 23:56:18 +0000 Subject: [PATCH] readability fix --- mesh.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mesh.proto b/mesh.proto index e33b895..366b15e 100644 --- a/mesh.proto +++ b/mesh.proto @@ -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; }