0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 21:30:43 -05:00

Removed unused 'type'

This commit is contained in:
Chomp 2024-12-26 23:23:37 +00:00
parent cde5216b84
commit 641d186d7a

View File

@ -5,7 +5,7 @@ import { BotWeaponGeneratorHelper } from "@spt/helpers/BotWeaponGeneratorHelper"
import type { ItemHelper } from "@spt/helpers/ItemHelper";
import type { ITemplateItem } from "@spt/models/eft/common/tables/ITemplateItem";
import { EquipmentSlots } from "@spt/models/enums/EquipmentSlots";
import type { ItemAddedResult } from "@spt/models/enums/ItemAddedResult";
import { ItemAddedResult } from "@spt/models/enums/ItemAddedResult";
import type { ILogger } from "@spt/models/spt/utils/ILogger";
import { LocalisationService } from "@spt/services/LocalisationService";
import { RandomUtil } from "@spt/utils/RandomUtil";