typo fixes

This commit is contained in:
kremsy 2017-03-29 21:31:28 +02:00
parent c0e3df972d
commit 8dc2c358af

View File

@ -30,10 +30,10 @@ class OnScoresStructure extends BaseStructure {
$jsonObj = $this->getPlainJsonObject();
$this->responseId = $jsonObj->responseId;
$this->responseId = $jsonObj->responseid;
$this->section = $jsonObj->section;
$this->useTeams = $jsonObj->useTeams;
$this->winnerTeam = $jsonObj->winnerTeam;
$this->useTeams = $jsonObj->useteams;
$this->winnerTeam = $jsonObj->winnerteam;
$this->winnerPlayer = $this->maniaControl->getPlayerManager()->getPlayer($jsonObj->winnerplayer);