From c7904a3a41ec587222783af78f476a6e863f10c1 Mon Sep 17 00:00:00 2001 From: Dev Date: Thu, 17 Oct 2024 00:41:05 +0100 Subject: [PATCH] Remove unused values --- project/src/controllers/GameController.ts | 1 - project/src/models/eft/common/tables/IBotBase.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/project/src/controllers/GameController.ts b/project/src/controllers/GameController.ts index 06e7bf88..e16910a7 100644 --- a/project/src/controllers/GameController.ts +++ b/project/src/controllers/GameController.ts @@ -688,7 +688,6 @@ export class GameController { // Update both values as they've both been updated pmcProfile.Health.UpdateTime = currentTimeStamp; - pmcProfile.Health.sptEffectCheckTime = currentTimeStamp; } } diff --git a/project/src/models/eft/common/tables/IBotBase.ts b/project/src/models/eft/common/tables/IBotBase.ts index 75559e4f..ae1859e8 100644 --- a/project/src/models/eft/common/tables/IBotBase.ts +++ b/project/src/models/eft/common/tables/IBotBase.ts @@ -131,7 +131,6 @@ export interface IHealth { BodyParts: IBodyPartsHealth; UpdateTime: number; Immortal?: boolean; - sptEffectCheckTime: number; } export interface IBodyPartsHealth {