From 25fe6f1df63d45a0fec0caac3fd8c9ae7cf9fd74 Mon Sep 17 00:00:00 2001 From: kremsy Date: Thu, 30 Mar 2017 22:04:29 +0200 Subject: [PATCH] small fixes --- core/Callbacks/Structures/Common/CommonScoresStructure.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/Callbacks/Structures/Common/CommonScoresStructure.php b/core/Callbacks/Structures/Common/CommonScoresStructure.php index 752a2c5a..33e3a138 100644 --- a/core/Callbacks/Structures/Common/CommonScoresStructure.php +++ b/core/Callbacks/Structures/Common/CommonScoresStructure.php @@ -29,10 +29,10 @@ class CommonScoresStructure 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);