Merge branch '3.8.0' of https://dev.sp-tarkov.com/SPT-AKI/Server into 3.8.0
This commit is contained in:
commit
52f67161df
@ -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