Remove unused values

This commit is contained in:
Dev 2024-10-17 00:41:05 +01:00
parent 0699b5be9b
commit c7904a3a41
2 changed files with 0 additions and 2 deletions

View File

@ -688,7 +688,6 @@ export class GameController {
// Update both values as they've both been updated // Update both values as they've both been updated
pmcProfile.Health.UpdateTime = currentTimeStamp; pmcProfile.Health.UpdateTime = currentTimeStamp;
pmcProfile.Health.sptEffectCheckTime = currentTimeStamp;
} }
} }

View File

@ -131,7 +131,6 @@ export interface IHealth {
BodyParts: IBodyPartsHealth; BodyParts: IBodyPartsHealth;
UpdateTime: number; UpdateTime: number;
Immortal?: boolean; Immortal?: boolean;
sptEffectCheckTime: number;
} }
export interface IBodyPartsHealth { export interface IBodyPartsHealth {