diff --git a/core/Callbacks/Structures/TrackMania/OnRespawnStructure.php b/core/Callbacks/Structures/TrackMania/OnRespawnStructure.php index f3368c53..a01c644b 100644 --- a/core/Callbacks/Structures/TrackMania/OnRespawnStructure.php +++ b/core/Callbacks/Structures/TrackMania/OnRespawnStructure.php @@ -37,7 +37,7 @@ class OnRespawnStructure extends BasePlayerTimeStructure { $jsonObj = $this->getPlainJsonObject(); - $this->numberOfRespawns = (int) $jsonObj->numberOfRespawns; + $this->numberOfRespawns = (int) $jsonObj->nbrespawns; $this->raceTime = (int) $jsonObj->racetime; $this->lapTime = (int) $jsonObj->laptime; $this->stuntsScore = $jsonObj->stuntsscore;