diff --git a/core/Callbacks/Structures/Common/UIPropertiesBaseStructure.php b/core/Callbacks/Structures/Common/UIPropertiesBaseStructure.php index a47716d2..79a5206c 100644 --- a/core/Callbacks/Structures/Common/UIPropertiesBaseStructure.php +++ b/core/Callbacks/Structures/Common/UIPropertiesBaseStructure.php @@ -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]; }