Fix adding texture to closet
This commit is contained in:
parent
c14e52a663
commit
249ac1b505
|
|
@ -111,7 +111,7 @@ class Closet
|
|||
}
|
||||
|
||||
$this->textures->push([
|
||||
'tid' => $tid,
|
||||
'tid' => (int) $tid,
|
||||
'name' => $name,
|
||||
'add_at' => time()
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user