mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-03-07 15:16:40 +08:00
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