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())