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
|
||||
pmcProfile.Health.UpdateTime = currentTimeStamp;
|
||||
pmcProfile.Health.sptEffectCheckTime = currentTimeStamp;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -131,7 +131,6 @@ export interface IHealth {
|
||||
BodyParts: IBodyPartsHealth;
|
||||
UpdateTime: number;
|
||||
Immortal?: boolean;
|
||||
sptEffectCheckTime: number;
|
||||
}
|
||||
|
||||
export interface IBodyPartsHealth {
|
||||
|
Loading…
Reference in New Issue
Block a user