From 332497a12ca4903a86cf98711371d88f03200f6a Mon Sep 17 00:00:00 2001 From: hulkhan22 Date: Sat, 7 Jun 2025 18:49:02 +0200 Subject: [PATCH] Make method protected to ease modding --- .../SPTarkov.Server.Core/Callbacks/BtrDeliveryCallbacks.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/SPTarkov.Server.Core/Callbacks/BtrDeliveryCallbacks.cs b/Libraries/SPTarkov.Server.Core/Callbacks/BtrDeliveryCallbacks.cs index 88b6870f..7431d2c6 100644 --- a/Libraries/SPTarkov.Server.Core/Callbacks/BtrDeliveryCallbacks.cs +++ b/Libraries/SPTarkov.Server.Core/Callbacks/BtrDeliveryCallbacks.cs @@ -40,7 +40,7 @@ public class BtrDeliveryCallbacks( /// /// Process BTR delivery items of all profiles prior to being given back to the player through the mail service /// - private void ProcessDeliveries() + protected void ProcessDeliveries() { // Process each installed profile. foreach (var sessionId in _saveServer.GetProfiles())