fixed callback typo
This commit is contained in:
parent
c40aa24a96
commit
8d376702b9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user