Skip to content

Commit

Permalink
Removed unused injection
Browse files Browse the repository at this point in the history
  • Loading branch information
Chomp committed Jan 13, 2025
1 parent 9a94f12 commit 03a88bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions project/src/services/BotLootCacheService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { IProps, ITemplateItem } from "@spt/models/eft/common/tables/ITemplateIt
import { BaseClasses } from "@spt/models/enums/BaseClasses";
import { IBotLootCache, LootCacheType } from "@spt/models/spt/bots/IBotLootCache";
import type { ILogger } from "@spt/models/spt/utils/ILogger";
import { DatabaseServer } from "@spt/servers/DatabaseServer";
import { LocalisationService } from "@spt/services/LocalisationService";
import { RagfairPriceService } from "@spt/services/RagfairPriceService";
import type { ICloner } from "@spt/utils/cloners/ICloner";
Expand All @@ -19,7 +18,6 @@ export class BotLootCacheService {
constructor(
@inject("PrimaryLogger") protected logger: ILogger,
@inject("ItemHelper") protected itemHelper: ItemHelper,
@inject("DatabaseServer") protected databaseServer: DatabaseServer,
@inject("PMCLootGenerator") protected pmcLootGenerator: PMCLootGenerator,
@inject("LocalisationService") protected localisationService: LocalisationService,
@inject("RagfairPriceService") protected ragfairPriceService: RagfairPriceService,
Expand Down

0 comments on commit 03a88bd

Please sign in to comment.