Correct end_turn() statistics #1075
Labels
bug
Something isn't working
port-from-freeciv
This was implemented in Freeciv
server
This issue requires changes to the server
Describe the bug
The calculated stats are not per-player as one would assume from the player name and other player-specific ones. Those stats are zeroed only before iterating the players, not for each player, so they accumulate over players iterated.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
You see per player stats
Screenshots
If applicable, add screenshots to help explain your problem.
Platform and version (please complete the following information):
master
Additional context
Port: freeciv/freeciv@d3d1a96
The text was updated successfully, but these errors were encountered: