mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Added return statement to handleMusclePain()
This commit is contained in:
parent
6abd84e7ab
commit
b70572017d
@ -1202,6 +1202,8 @@ export class HideoutController {
|
||||
pmcData.Health.BodyParts.Chest.Effects.MildMusclePain = {
|
||||
Time: finishEffect.rewardsRange[0].time, // TODO - remove hard coded access, get value properly
|
||||
};
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
if (hasMildPain) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user