mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
parent
e6cf2f23c5
commit
e4e32c8cd7
1 changed files with 1 additions and 1 deletions
|
|
@ -1003,7 +1003,7 @@ function reportGame(extendedSimState)
|
|||
}
|
||||
reportObject.tributesSent = playerStatistics.tributesSent;
|
||||
reportObject.tributesReceived = playerStatistics.tributesReceived;
|
||||
reportObject.precentMapExplored = playerStatistics.percentMapExplored;
|
||||
reportObject.percentMapExplored = playerStatistics.percentMapExplored;
|
||||
reportObject.treasuresCollected = playerStatistics.treasuresCollected;
|
||||
reportObject.tradeIncome = playerStatistics.tradeIncome;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue