Make method protected to ease modding

This commit is contained in:
hulkhan22
2025-06-07 18:49:02 +02:00
parent 2fbac07b09
commit 332497a12c
@@ -40,7 +40,7 @@ public class BtrDeliveryCallbacks(
/// <summary>
/// Process BTR delivery items of all profiles prior to being given back to the player through the mail service
/// </summary>
private void ProcessDeliveries()
protected void ProcessDeliveries()
{
// Process each installed profile.
foreach (var sessionId in _saveServer.GetProfiles())