ui property structure error
This commit is contained in:
parent
cc23eb22ec
commit
25089d97e8
@ -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];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user