Remove unused values
This commit is contained in:
parent
0699b5be9b
commit
c7904a3a41
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user