The ladder is reporting incorrect duration and fps values. The ladder reads these values from stats.dmp.
Potential issue with stats.dmp produced by the new spawner.
Ladder Code: https://github.com/CnCNet/cncnet-ladder-api/blob/62b6170c6d6eb483f143fe7a3fdb60a3549b06b5/cncnet-api/app/Http/Services/GameService.php#L355-L361
The ladder is reading them from values DURA and AFPS.
The ladder is reporting incorrect duration and fps values. The ladder reads these values from stats.dmp.
Potential issue with stats.dmp produced by the new spawner.
Ladder Code: https://github.com/CnCNet/cncnet-ladder-api/blob/62b6170c6d6eb483f143fe7a3fdb60a3549b06b5/cncnet-api/app/Http/Services/GameService.php#L355-L361
The ladder is reading them from values
DURAandAFPS.