From da42c2803a1522d7324e9eb6318a778fc57a2816 Mon Sep 17 00:00:00 2001 From: Chomp Date: Wed, 28 May 2025 12:04:27 +0100 Subject: [PATCH] Comment improvements --- .../SPTarkov.Server.Core/Services/LocationLifecycleService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Libraries/SPTarkov.Server.Core/Services/LocationLifecycleService.cs b/Libraries/SPTarkov.Server.Core/Services/LocationLifecycleService.cs index 8309824d..079f4df4 100644 --- a/Libraries/SPTarkov.Server.Core/Services/LocationLifecycleService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/LocationLifecycleService.cs @@ -660,8 +660,8 @@ public class LocationLifecycleService var postRaidProfile = request.Results.Profile; if (isTransfer) - // We want scav inventory to persist into next raid when pscav is moving between maps { + // We want scav inventory to persist into next raid when pscav is moving between maps _inRaidHelper.SetInventory(sessionId, scavProfile, postRaidProfile, true, isTransfer); } @@ -672,7 +672,7 @@ public class LocationLifecycleService scavProfile.TaskConditionCounters = request.Results.Profile.TaskConditionCounters; scavProfile.SurvivorClass = request.Results.Profile.SurvivorClass; - // Scavs dont have achievements, but copy anyway + // Scavs don't have achievements, but copy anyway scavProfile.Achievements = request.Results.Profile.Achievements; scavProfile.Info.Experience = request.Results.Profile.Info.Experience;