Skip to content

v2.0.0-rc2: bugfix: Keep compatible to older clients

Compare
Choose a tag to compare
@g3force g3force released this 09 May 19:35
GameEvent.type was a required field, so new enum values causes
the protobuf parser to raise an error.
To avoid errors on older clients, game events and proposed game events
were added to new lists in the Referee message.
That way, old clients will not receive any game events, but
they will also not crash.