mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 06:30:43 -05:00
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…
x
Reference in New Issue
Block a user