Fix adding texture to closet

This commit is contained in:
Pig Fang 2017-11-05 19:29:30 +08:00
parent c14e52a663
commit 249ac1b505

View File

@ -111,7 +111,7 @@ class Closet
}
$this->textures->push([
'tid' => $tid,
'tid' => (int) $tid,
'name' => $name,
'add_at' => time()
]);