Fix more warnings... (#543)

* Fix more warnings...

* Fix mistake
This commit is contained in:
Cj
2025-08-12 11:28:54 -04:00
committed by GitHub
parent 4a081a7ac3
commit e54dcbd4d1
16 changed files with 435 additions and 164 deletions
@@ -744,7 +744,7 @@ public class LocationLifecycleService(
MergePmcAndScavEncyclopedias(serverPmcProfile, scavProfile);
// Handle temp, hydration, limb hp/effects
healthHelper.ApplyHealthChangesToProfile(sessionId, serverPmcProfile, postRaidProfile.Health, isDead);
healthHelper.ApplyHealthChangesToProfile(sessionId, serverPmcProfile, postRaidProfile.Health);
// Required when player loses limb in-raid and fixes it, max now stuck at 50% or less if lost multiple times
var profileTemplate = profileHelper.GetProfileTemplateForSide(fullServerProfile.ProfileInfo.Edition, serverPmcProfile.Info.Side);