mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 02:30:43 -05:00
Removed unused injection
This commit is contained in:
parent
9a94f12e5f
commit
03a88bdf18
@ -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";
|
||||
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user