[Protocol] Remove duplicate event_game_state_changed.proto entry

The .proto file appeared twice in the PROTO_FILES list, causing protoc to
process it twice on every build. Keep a single entry.
This commit is contained in:
Lukas Brübach 2026-09-01 16:13:10 +02:00
parent 0a3df8dcd9
commit 3fffda54a3

View file

@ -90,7 +90,6 @@ set(PROTO_FILES
event_game_log_notice.proto
event_game_say.proto
event_game_state_changed.proto
event_game_state_changed.proto
event_join.proto
event_join_room.proto
event_kicked.proto