fix order
This commit is contained in:
parent
815bded797
commit
d5d15d64a7
@ -84,13 +84,13 @@ export class DatabaseImporter implements OnLoad
|
|||||||
const imageFilePath = `${this.filepath}images/`;
|
const imageFilePath = `${this.filepath}images/`;
|
||||||
const directories = this.vfs.getDirs(imageFilePath);
|
const directories = this.vfs.getDirs(imageFilePath);
|
||||||
this.loadImages(imageFilePath, directories, [
|
this.loadImages(imageFilePath, directories, [
|
||||||
|
"/files/achievement/",
|
||||||
"/files/CONTENT/banners/",
|
"/files/CONTENT/banners/",
|
||||||
"/files/handbook/",
|
"/files/handbook/",
|
||||||
"/files/Hideout/",
|
"/files/Hideout/",
|
||||||
"/files/launcher/",
|
"/files/launcher/",
|
||||||
"/files/quest/icon/",
|
"/files/quest/icon/",
|
||||||
"/files/trader/avatar/",
|
"/files/trader/avatar/",
|
||||||
"/files/achievement/"
|
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user