This commit is contained in:
Dev 2023-05-15 17:22:54 +01:00
parent b3aabf0539
commit 9f3954cbb2
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ {
"akiVersion": "3.5.5", "akiVersion": "3.5.6",
"projectName": "SPT-AKI", "projectName": "SPT-AKI",
"compatibleTarkovVersion": "0.13.0.22617", "compatibleTarkovVersion": "0.13.0.23043",
"serverName": "SPT Server", "serverName": "SPT Server",
"profileSaveIntervalSeconds": 15 "profileSaveIntervalSeconds": 15
} }

View File

@ -38,8 +38,8 @@ export class BotEquipmentModPoolService
*/ */
protected generatePool(items: ITemplateItem[], poolType: string): void protected generatePool(items: ITemplateItem[], poolType: string): void
{ {
// Get weapon or gear pool
const pool = (poolType === "weapon" ? this.weaponModPool : this.gearModPool); const pool = (poolType === "weapon" ? this.weaponModPool : this.gearModPool);
for (const item of items) for (const item of items)
{ {
if (!item._props) if (!item._props)