From 8dc2c358afd17a6f458ab4c8916796d303be236b Mon Sep 17 00:00:00 2001 From: kremsy Date: Wed, 29 Mar 2017 21:31:28 +0200 Subject: [PATCH] typo fixes --- core/Callbacks/Structures/TrackMania/OnScoresStructure.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/Callbacks/Structures/TrackMania/OnScoresStructure.php b/core/Callbacks/Structures/TrackMania/OnScoresStructure.php index fafcdf1f..1ce1bb14 100644 --- a/core/Callbacks/Structures/TrackMania/OnScoresStructure.php +++ b/core/Callbacks/Structures/TrackMania/OnScoresStructure.php @@ -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);