From ea2ad0994b2cd79a8c8f051549f0c9bc150d7dac Mon Sep 17 00:00:00 2001 From: clodan Date: Sun, 12 May 2024 10:39:14 +0100 Subject: [PATCH] more dependencies removed --- project/src/controllers/GameController.ts | 1 - project/src/models/spt/server/ExhaustableArray.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/project/src/controllers/GameController.ts b/project/src/controllers/GameController.ts index bf4379b4..56754f03 100644 --- a/project/src/controllers/GameController.ts +++ b/project/src/controllers/GameController.ts @@ -46,7 +46,6 @@ import { RaidTimeAdjustmentService } from "@spt-aki/services/RaidTimeAdjustmentS import { SeasonalEventService } from "@spt-aki/services/SeasonalEventService"; import { ICloner } from "@spt-aki/utils/cloners/ICloner"; import { HashUtil } from "@spt-aki/utils/HashUtil"; -import { JsonUtil } from "@spt-aki/utils/JsonUtil"; import { RandomUtil } from "@spt-aki/utils/RandomUtil"; import { TimeUtil } from "@spt-aki/utils/TimeUtil"; diff --git a/project/src/models/spt/server/ExhaustableArray.ts b/project/src/models/spt/server/ExhaustableArray.ts index f19ba1a1..f8f8b9bf 100644 --- a/project/src/models/spt/server/ExhaustableArray.ts +++ b/project/src/models/spt/server/ExhaustableArray.ts @@ -1,5 +1,4 @@ import { ICloner } from "@spt-aki/utils/cloners/ICloner"; -import { JsonUtil } from "@spt-aki/utils/JsonUtil"; import { RandomUtil } from "@spt-aki/utils/RandomUtil"; export class ExhaustableArray implements IExhaustableArray