FAForever / server

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

Issue/#931 Violation tracking fix #932

Closed Askaholic closed 1 year ago

Askaholic commented 2 years ago

The issue isn't with parties but with relogs. Since I refactored the Player objects to no longer hash by id because it was causing confusing and incorrect behavior in other parts of the code, using Players as keys directly made the violation service think you were a different player after you relogged. Tracking by player id explicitly should fix this.

Closes #931