23043
This commit is contained in:
parent
b3aabf0539
commit
9f3954cbb2
@ -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
|
||||||
}
|
}
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user