Fixed bot generation error
This commit is contained in:
parent
b8ee834165
commit
56d135fe6d
@ -48,7 +48,7 @@ export class PMCLootGenerator
|
||||
{
|
||||
const items = this.databaseService.getItems();
|
||||
const pmcPriceOverrides
|
||||
= this.databaseService.getBots()[botRole === "sptBear" ? "bear" : "usec"].inventory.items
|
||||
= this.databaseService.getBots().types[botRole === "sptBear" ? "bear" : "usec"].inventory.items
|
||||
.Pockets;
|
||||
|
||||
const allowedItemTypes = this.pmcConfig.pocketLoot.whitelist;
|
||||
|
Loading…
x
Reference in New Issue
Block a user