fix(closet): fix closet json result
This commit is contained in:
parent
74f17494a4
commit
14517b1638
|
|
@ -225,7 +225,7 @@ class Closet
|
|||
{
|
||||
if (!$this->closet_modified) return false;
|
||||
|
||||
return $this->setTextures($this->textures->toJson());
|
||||
return $this->setTextures($this->textures->values()->toJson());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user