Update for 3.8.0

This commit is contained in:
Platinum 2024-04-03 20:21:23 +11:00
parent fdcf5361e3
commit 67a22f269d
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
{
"name": "Two Slot Extended Mags",
"version": "1.0.2",
"version": "1.0.3",
"main": "src/mod.js",
"license": "GPLv3",
"author": "Platinum",
"akiVersion": "3.7.*",
"akiVersion": "3.8.*",
"scripts": {
"setup": "npm i",
"build": "node ./packageBuild.ts"

View File

@ -59,7 +59,7 @@ class TwoSlotExtendedMags implements IPostDBLoadMod {
}
this.logger.success(`[${this.modName}]: Updated ${itemsChanged} extended mags.`);
this.logger.success(`[${this.modName}]: Please delete the "AppData\\Local\\Temp\\Battlestate Games\\EscapeFromTarkov\\Icon Cache" folder if you have issues with the icon size.`);
this.logger.success(`[${this.modName}]: If you have issues with the icon size, please go to SPT Launcher > Settings > Clean Temp Files.`);
}
private isExtendedMag(item: ITemplateItem): boolean {