Fix: syntax error

This commit is contained in:
Dorian Zedler 2024-06-30 17:33:24 +02:00
parent 064eda07a3
commit ba0c0f8b35
Signed by: dorian
GPG key ID: 989DE36109AFA354

View file

@ -8,7 +8,7 @@ import "Settings.proto";
message SocketMessage {
oneof message {
RaceState raceState = 1;
RaceFullState raceFullState = 1;
Command command = 2;
Settings settings = 3;
}