fixed callback typo

This commit is contained in:
kremsy 2017-05-06 11:22:57 +02:00
parent c40aa24a96
commit 8d376702b9

View File

@ -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;