ui property structure error

This commit is contained in:
kremsy 2017-04-21 19:25:07 +02:00
parent cc23eb22ec
commit 25089d97e8

View File

@ -24,8 +24,7 @@ class UIPropertiesBaseStructure extends BaseResponseStructure {
*/
public function __construct(ManiaControl $maniaControl, $data) {
parent::__construct($maniaControl, $data);
$this->time = $this->getPlainJsonObject()->time;
$this->uiPropertiesXML = $data[1];
$this->uiPropertiesJson = $data[2];
}