clean up comments

This commit is contained in:
RickyRister 2025-09-21 15:45:46 -07:00
parent ccca83a699
commit f276e33e5e
5 changed files with 12 additions and 10 deletions

View file

@ -60,6 +60,6 @@ message ServerInfo_Game {
// time that the game started at
optional uint32 start_time = 51;
// whether the game is closed, closed games are finished and can't be interacted with
// whether the game is closed. Closed games are finished and can't be interacted with
optional bool closed = 52;
}