mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-02-23 02:15:42 +01:00
Updated collections to version 118090.
This commit is contained in:
parent
1a7d14dc30
commit
6a54af2403
3 changed files with 1 additions and 1 deletions
Binary file not shown.
Binary file not shown.
|
@ -7,7 +7,7 @@ function __initCollection() {
|
|||
var root = DIRECTORY + "Collections"; directory_verify(root);
|
||||
var rootz = DIRECTORY + "Collections_cache"; directory_verify(rootz);
|
||||
|
||||
// if(check_version($"{root}/version")) zip_unzip("data/Collections.zip", root);
|
||||
if(check_version($"{root}/version")) zip_unzip("data/Collections.zip", root);
|
||||
|
||||
COLLECTIONS = new DirectoryObject(DIRECTORY + "Collections");
|
||||
refreshCollections();
|
||||
|
|
Loading…
Add table
Reference in a new issue