From a8f43a70f71044764b76ce2d7482efc025385599 Mon Sep 17 00:00:00 2001 From: Archangel Date: Tue, 12 Aug 2025 18:34:22 +0200 Subject: [PATCH] Update docs --- .../SPTarkov.Server.Core/Helpers/ProfileValidatorHelper.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Libraries/SPTarkov.Server.Core/Helpers/ProfileValidatorHelper.cs b/Libraries/SPTarkov.Server.Core/Helpers/ProfileValidatorHelper.cs index d27460eb..c4f042c8 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/ProfileValidatorHelper.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/ProfileValidatorHelper.cs @@ -28,6 +28,9 @@ public class ProfileValidatorHelper( /// /// Session ID /// Profile to check inventory of + /// Thrown if RemoveModItemsFromProfile is false. + /// Thrown if RemoveModItemsFromProfile is false. + /// Thrown if RemoveModItemsFromProfile is false. public void CheckForOrphanedModdedItems(MongoId sessionId, SptProfile fullProfile) { var itemsDb = databaseService.GetItems();