From f58ed247d4da017e2091a7192449137fa0bd28c8 Mon Sep 17 00:00:00 2001 From: Valens Date: Sun, 8 Jan 2023 01:15:38 -0500 Subject: [PATCH] Changed PMC config to import from IBotConfig. --- config/ts/pmc.ts | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/config/ts/pmc.ts b/config/ts/pmc.ts index aa51648..687bb1f 100644 --- a/config/ts/pmc.ts +++ b/config/ts/pmc.ts @@ -1,3 +1,4 @@ +import { EquipmentFilterDetails} from "@spt-aki/models/spt/config/IBotConfig" export interface PmcConfig { @@ -7,17 +8,4 @@ export interface PmcConfig customWhitelist3: EquipmentFilterDetails customWhitelist4: EquipmentFilterDetails customWhitelist5: EquipmentFilterDetails -} - -export interface EquipmentFilterDetails -{ - levelRange: MinMax; - equipment: Record; - cartridge: Record; -} - -export interface MinMax -{ - max: number; - min: number; } \ No newline at end of file