FAForever / faf-java-server

Spring Boot based server for Forged Alliance Forever
12 stars 6 forks source link

End game on 'GameEnded' #60

Closed micheljung closed 6 years ago

micheljung commented 6 years ago

Currently, it's difficult for the server to know when a game has ended. Version 3696 of FAF will send GameEnded to make this much easier. See https://github.com/FAForever/fa/pull/2403

Use this new message to determine that the game finished if it has been sent by all connected players.