FAForever / server

The servercode for the Forged Alliance Forever lobby
http://www.faforever.com
GNU General Public License v3.0
67 stars 62 forks source link

Add game id to rating change message #973

Closed BlackYps closed 1 year ago

BlackYps commented 1 year ago

right now the league service has no way of knowing which game is associated with a rating change message. This is a problem because the client can't know which entry to fetch from the league score journal when the client wants to display a specific replay.

We add the game id to the message to fix this.